Searched defs:findFiles (Results 1 – 3 of 3) sorted by relevance
35 virtual bool findFiles(String8 basePath, Vector<String8>& extensions, in findFiles() function
41 bool SystemFileFinder::findFiles(String8 basePath, Vector<String8>& extensions, in findFiles() function in SystemFileFinder
239 static std::vector<std::string> findFiles(const std::string& path, const std::string& prefix, in findFiles() function