Searched refs:storagePath (Results 1 – 3 of 3) sorted by relevance
82 String storagePath = getStoredPathFromCodePath(codePath); in getCompileTime() local84 Long l = compileTimePerCodePath.get(storagePath); in getCompileTime()93 String storagePath = getStoredPathFromCodePath(codePath); in setCompileTime() local96 compileTimePerCodePath.remove(storagePath); in setCompileTime()98 compileTimePerCodePath.put(storagePath, compileTimeInMs); in setCompileTime()
230 String8 storagePath(entry.getPath()); in processAssets() local231 convertToResPath(storagePath); in processAssets()232 if (!processFile(bundle, zip, storagePath, entry.getFile())) { in processAssets()
2229 const IncFsMount& ifs, std::string_view storagePath) const { in getLoadingProgressFromPath()2231 mFs->listFilesRecursive(storagePath, [&, this](auto filePath) { in getLoadingProgressFromPath()