Home
last modified time | relevance | path

Searched refs:normalizePathToStorage (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/incremental/
DIncrementalService.cpp1168 std::string IncrementalService::normalizePathToStorage(const IncFsMount& ifs, StorageId storage, in normalizePathToStorage() function in android::incremental::IncrementalService
1196 const std::string normPath = normalizePathToStorage(*ifs, storage, path); in makeFile()
1229 std::string normPath = normalizePathToStorage(*ifs, storageId, path); in makeDir()
1248 std::string normPath = normalizePathToStorage(ifs, storageId, path); in makeDirs()
1266 std::string normOldPath = normalizePathToStorage(*ifsSrc, sourceStorageId, oldPath); in link()
1267 std::string normNewPath = normalizePathToStorage(*ifsSrc, destStorageId, newPath); in link()
1282 std::string normOldPath = normalizePathToStorage(*ifs, storage, path); in unlink()
1367 const auto normPath = normalizePathToStorage(*ifs, storage, path); in getMetadata()
1895 path::join(path::dirname(normalizePathToStorage(*ifs, storage, apkFullPath)), in configureNativeBinaries()
1966 const auto targetLibPathAbsolute = normalizePathToStorage(*ifs, storage, targetLibPath); in configureNativeBinaries()
DIncrementalService.h440 std::string normalizePathToStorage(const IncFsMount& incfs, StorageId storage,