Home
last modified time | relevance | path

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

/frameworks/base/services/incremental/
DIncrementalService.cpp1148 std::string IncrementalService::normalizePathToStorage(const IncFsMount& ifs, StorageId storage, in normalizePathToStorage() function in android::incremental::IncrementalService
1176 const std::string normPath = normalizePathToStorage(*ifs, storage, path); in makeFile()
1209 std::string normPath = normalizePathToStorage(*ifs, storageId, path); in makeDir()
1228 std::string normPath = normalizePathToStorage(ifs, storageId, path); in makeDirs()
1246 std::string normOldPath = normalizePathToStorage(*ifsSrc, sourceStorageId, oldPath); in link()
1247 std::string normNewPath = normalizePathToStorage(*ifsSrc, destStorageId, newPath); in link()
1262 std::string normOldPath = normalizePathToStorage(*ifs, storage, path); in unlink()
1347 const auto normPath = normalizePathToStorage(*ifs, storage, path); in getMetadata()
1875 path::join(path::dirname(normalizePathToStorage(*ifs, storage, apkFullPath)), in configureNativeBinaries()
1946 const auto targetLibPathAbsolute = normalizePathToStorage(*ifs, storage, targetLibPath); in configureNativeBinaries()
DIncrementalService.h440 std::string normalizePathToStorage(const IncFsMount& incfs, StorageId storage,