Searched defs:basePath (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tools/aapt/tests/
H A DMockFileFinder.h28 * path matching basePath.
32 * to the basePath.
35 virtual bool findFiles(String8 basePath, Vector<String8>& extensions, argument
39 const KeyedVector<String8,time_t>* payload(&mFiles.valueFor(basePath));
/frameworks/base/tools/aapt/
H A DFileFinder.cpp41 bool SystemFileFinder::findFiles(String8 basePath, Vector<String8>& extensions, argument
45 // Scan the directory pointed to by basePath
47 if (!dw->openDir(basePath)) {
60 String8 fullPath = basePath.appendPathCopy(entryName);
/frameworks/base/core/java/com/android/internal/util/
H A DFileRotator.java91 * @param basePath Directory under which all files will be placed.
98 public FileRotator(File basePath, String prefix, long rotateAgeMillis, long deleteAgeMillis) { argument
99 mBasePath = Preconditions.checkNotNull(basePath);

Completed in 115 milliseconds