Home
last modified time | relevance | path

Searched refs:basePath (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tools/aapt/
DFileFinder.cpp41 bool SystemFileFinder::findFiles(String8 basePath, Vector<String8>& extensions, in findFiles() argument
47 if (!dw->openDir(basePath)) { in findFiles()
60 String8 fullPath = basePath.appendPathCopy(entryName); in findFiles()
DFileFinder.h25 virtual bool findFiles(String8 basePath, Vector<String8>& extensions,
56 virtual bool findFiles(String8 basePath, Vector<String8>& extensions,
/frameworks/base/core/java/android/app/backup/
DBackupAgent.java424 String basePath = null; in onRestoreFile() local
432 basePath = getFilesDir().getCanonicalPath(); in onRestoreFile()
434 basePath = getDatabasePath("foo").getParentFile().getCanonicalPath(); in onRestoreFile()
436 basePath = new File(getApplicationInfo().dataDir).getCanonicalPath(); in onRestoreFile()
438 basePath = getSharedPrefsFile("foo").getParentFile().getCanonicalPath(); in onRestoreFile()
440 basePath = getCacheDir().getCanonicalPath(); in onRestoreFile()
447 if (basePath != null) { in onRestoreFile()
448 File outFile = new File(basePath, path); in onRestoreFile()
/frameworks/base/tools/aapt/tests/
DMockFileFinder.h35 virtual bool findFiles(String8 basePath, Vector<String8>& extensions, in findFiles() argument
39 const KeyedVector<String8,time_t>* payload(&mFiles.valueFor(basePath)); in findFiles()