Searched refs:basePath (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/tools/aapt/ |
D | FileFinder.cpp | 41 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()
|
D | FileFinder.h | 25 virtual bool findFiles(String8 basePath, Vector<String8>& extensions, 56 virtual bool findFiles(String8 basePath, Vector<String8>& extensions,
|
/frameworks/base/tools/aapt/tests/ |
D | MockFileFinder.h | 35 virtual bool findFiles(String8 basePath, Vector<String8>& extensions, in findFiles() argument 39 const KeyedVector<String8,time_t>* payload(&mFiles.valueFor(basePath)); in findFiles()
|
/frameworks/base/tools/aapt2/trace/ |
D | TraceBuffer.cpp | 66 void Flush(const std::string& basePath) { in Flush() argument 68 if (basePath.empty()) { in Flush() 73 s << basePath << aapt::file::sDirSep << "report_aapt2_" << getpid() << ".json"; in Flush()
|
/frameworks/base/services/core/java/com/android/server/pm/dex/ |
D | DexoptUtils.java | 405 String basePath = pathFile.getParent(); in getSplitRelativeCodePaths() local 406 if (!basePath.equals(baseCodePath)) { in getSplitRelativeCodePaths() 407 Slog.wtf(TAG, "Split paths have different base paths: " + basePath + " and " + in getSplitRelativeCodePaths()
|
/frameworks/base/core/java/android/app/backup/ |
D | BackupAgent.java | 903 String basePath = null; in onRestoreFile() local 909 basePath = FullBackup.getBackupScheme(this).tokenToDirectoryPath(domain); in onRestoreFile() 915 if (basePath != null) { in onRestoreFile() 917 File outFile = new File(basePath, path); in onRestoreFile() 919 if (outPath.startsWith(basePath + File.separatorChar)) { in onRestoreFile()
|
/frameworks/base/core/java/com/android/internal/util/ |
D | FileRotator.java | 98 public FileRotator(File basePath, String prefix, long rotateAgeMillis, long deleteAgeMillis) { in FileRotator() argument 99 mBasePath = Preconditions.checkNotNull(basePath); in FileRotator()
|
/frameworks/base/tests/net/java/com/android/server/net/ |
D | NetworkStatsServiceTest.java | 1259 final File basePath = new File(mStatsDir, "netstats"); in assertStatsFilesExist() local 1261 assertTrue(basePath.list().length > 0); in assertStatsFilesExist() 1263 assertTrue(basePath.list().length == 0); in assertStatsFilesExist()
|