Searched refs:findFiles (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/base/tools/aapt/ |
H A D | FileFinder.h | 25 virtual bool findFiles(String8 basePath, Vector<String8>& extensions, 56 virtual bool findFiles(String8 basePath, Vector<String8>& extensions,
|
H A D | CrunchCache.cpp | 89 mFileFinder->findFiles(mSourcePath, mExtensions, mSourceFiles,dw); in loadFiles() 92 mFileFinder->findFiles(mDestPath,mExtensions,mDestFiles,dw); in loadFiles()
|
H A D | FileFinder.cpp | 41 bool SystemFileFinder::findFiles(String8 basePath, Vector<String8>& extensions, in findFiles() function in SystemFileFinder 64 findFiles(fullPath, extensions, fileStore,copy); in findFiles()
|
/aosp12/frameworks/base/tools/aapt/tests/ |
H A D | MockFileFinder.h | 35 virtual bool findFiles(String8 basePath, Vector<String8>& extensions, in findFiles() function
|
H A D | FileFinder_test.cpp | 57 bool findStatus = FileFinder::findFiles(path,exts, testStorage, sdw); in main()
|
/aosp12/system/libhidl/transport/ |
H A D | ServiceManagement.cpp | 239 static std::vector<std::string> findFiles(const std::string& path, const std::string& prefix, in findFiles() function 383 std::vector<std::string> libs = findFiles(path, prefix, ".so"); in openLibs() 511 std::vector<std::string> libs = findFiles(path, "", ".so"); in debugDump()
|