Searched refs:findFiles (Results 1 - 5 of 5) sorted by path

/frameworks/base/tools/aapt/
H A DCrunchCache.cpp88 mFileFinder->findFiles(mSourcePath, mExtensions, mSourceFiles,dw);
91 mFileFinder->findFiles(mDestPath,mExtensions,mDestFiles,dw);
H A DFileFinder.cpp41 bool SystemFileFinder::findFiles(String8 basePath, Vector<String8>& extensions, function in class:SystemFileFinder
64 findFiles(fullPath, extensions, fileStore,copy);
H A DFileFinder.h25 virtual bool findFiles(String8 basePath, Vector<String8>& extensions,
35 /* findFiles takes a path, a Vector of extensions, and a destination KeyedVector
56 virtual bool findFiles(String8 basePath, Vector<String8>& extensions,
/frameworks/base/tools/aapt/tests/
H A DFileFinder_test.cpp29 // Storage to pass to findFiles()
56 cout << "Running findFiles()...";
57 bool findStatus = FileFinder::findFiles(path,exts, testStorage, sdw);
H A DMockFileFinder.h25 * findFiles implementation for the abstraction.
35 virtual bool findFiles(String8 basePath, Vector<String8>& extensions, function in class:MockFileFinder

Completed in 116 milliseconds