Searched refs:normPath (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/incremental/ |
D | IncrementalService.cpp | 1156 auto normPath = path::normalize(path); in normalizePathToStorageLocked() local 1157 if (path::startsWith(normPath, storageIt->second.name)) { in normalizePathToStorageLocked() 1158 return normPath; in normalizePathToStorageLocked() 1161 const auto bindIt = findParentPath(incfs.bindPoints, normPath); in normalizePathToStorageLocked() 1165 return path::join(bindIt->second.sourceDir, path::relativize(bindIt->first, normPath)); in normalizePathToStorageLocked() 1196 const std::string normPath = normalizePathToStorage(*ifs, storage, path); in makeFile() local 1197 if (normPath.empty()) { in makeFile() 1201 if (auto err = mIncFs->makeFile(ifs->control, normPath, mode, id, params); err) { in makeFile() 1202 LOG(ERROR) << "Internal error: storageId " << storage << " failed to makeFile [" << normPath in makeFile() 1210 (void)mIncFs->unlink(ifs->control, normPath); in makeFile() [all …]
|