Home
last modified time | relevance | path

Searched refs:storagePath (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DCompilerStats.java82 String storagePath = getStoredPathFromCodePath(codePath); in getCompileTime() local
84 Long l = compileTimePerCodePath.get(storagePath); in getCompileTime()
93 String storagePath = getStoredPathFromCodePath(codePath); in setCompileTime() local
96 compileTimePerCodePath.remove(storagePath); in setCompileTime()
98 compileTimePerCodePath.put(storagePath, compileTimeInMs); in setCompileTime()
/frameworks/base/tools/aapt/
DPackage.cpp230 String8 storagePath(entry.getPath()); in processAssets() local
231 convertToResPath(storagePath); in processAssets()
232 if (!processFile(bundle, zip, storagePath, entry.getFile())) { in processAssets()
/frameworks/base/services/incremental/
DIncrementalService.cpp2229 const IncFsMount& ifs, std::string_view storagePath) const { in getLoadingProgressFromPath()
2231 mFs->listFilesRecursive(storagePath, [&, this](auto filePath) { in getLoadingProgressFromPath()