Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/incremental/
H A DIncrementalService.cpp1136 auto normPath = path::normalize(path); in normalizePathToStorageLocked() local
1137 if (path::startsWith(normPath, storageIt->second.name)) { in normalizePathToStorageLocked()
1138 return normPath; in normalizePathToStorageLocked()
1177 if (normPath.empty()) { in makeFile()
1190 (void)mIncFs->unlink(ifs->control, normPath); in makeFile()
1199 (void)mIncFs->unlink(ifs->control, normPath); in makeFile()
1210 if (normPath.empty()) { in makeDir()
1229 if (normPath.empty()) { in makeDirs()
1232 return mIncFs->makeDirs(ifs.control, normPath, mode); in makeDirs()
1348 if (normPath.empty()) { in getMetadata()
[all …]