Home
last modified time | relevance | path

Searched refs:findFiles (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/tools/aapt/
H A DFileFinder.h25 virtual bool findFiles(String8 basePath, Vector<String8>& extensions,
56 virtual bool findFiles(String8 basePath, Vector<String8>& extensions,
H A DCrunchCache.cpp89 mFileFinder->findFiles(mSourcePath, mExtensions, mSourceFiles,dw); in loadFiles()
92 mFileFinder->findFiles(mDestPath,mExtensions,mDestFiles,dw); in loadFiles()
H A DFileFinder.cpp41 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 DMockFileFinder.h35 virtual bool findFiles(String8 basePath, Vector<String8>& extensions, in findFiles() function
H A DFileFinder_test.cpp57 bool findStatus = FileFinder::findFiles(path,exts, testStorage, sdw); in main()
/aosp12/system/libhidl/transport/
H A DServiceManagement.cpp239 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()