Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/incremental/
H A DIncrementalService.h442 std::string normalizePathToStorageLocked(const IncFsMount& incfs,
H A DIncrementalService.cpp1096 std::string normSource = normalizePathToStorageLocked(*ifs, storageInfo, source); in bind()
1150 std::string IncrementalService::normalizePathToStorageLocked( in normalizePathToStorageLocked() function in android::incremental::IncrementalService
1175 return normalizePathToStorageLocked(ifs, storageInfo, path); in normalizePathToStorage()