Home
last modified time | relevance | path

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

/system/incremental_delivery/incfs/
Dincfs.cpp948 const auto pathRoot = registry().rootFor(path); in IncFs_GetMetadataByPath() local
950 if (root.empty() || root != pathRoot) { in IncFs_GetMetadataByPath()
971 const auto pathRoot = registry().rootFor(path); in IncFs_GetId() local
973 if (root.empty() || root != pathRoot) { in IncFs_GetId()
1021 const auto pathRoot = registry().rootFor(path); in IncFs_GetSignatureByPath() local
1023 if (root.empty() || root != pathRoot) { in IncFs_GetSignatureByPath()
1233 const auto pathRoot = registry().rootFor(path); in IncFs_OpenForSpecialOpsByPath() local
1236 if (root.empty() || root != pathRoot) { in IncFs_OpenForSpecialOpsByPath()
1551 const auto pathRoot = registry().rootFor(path); in IncFs_IsFullyLoadedByPath() local
1552 if (pathRoot != root) { in IncFs_IsFullyLoadedByPath()
[all …]