Searched refs:basePath (Results 1 - 6 of 6) sorted by relevance

/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 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/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/core/java/android/app/backup/
H A DBackupAgent.java520 String basePath = null;
528 basePath = getFilesDir().getCanonicalPath();
530 basePath = getDatabasePath("foo").getParentFile().getCanonicalPath();
532 basePath = new File(getApplicationInfo().dataDir).getCanonicalPath();
534 basePath = getSharedPrefsFile("foo").getParentFile().getCanonicalPath();
536 basePath = getCacheDir().getCanonicalPath();
542 basePath = getExternalFilesDir(null).getCanonicalPath();
547 basePath = getNoBackupFilesDir().getCanonicalPath();
554 if (basePath != null) {
556 File outFile = new File(basePath, pat
[all...]
/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);
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DNetworkStatsServiceTest.java963 final File basePath = new File(mStatsDir, "netstats");
965 assertTrue(basePath.list().length > 0);
967 assertTrue(basePath.list().length == 0);

Completed in 151 milliseconds