Searched refs:pathRoot (Results 1 – 1 of 1) sorted by relevance
948 const auto pathRoot = registry().rootFor(path); in IncFs_GetMetadataByPath() local950 if (root.empty() || root != pathRoot) { in IncFs_GetMetadataByPath()971 const auto pathRoot = registry().rootFor(path); in IncFs_GetId() local973 if (root.empty() || root != pathRoot) { in IncFs_GetId()1021 const auto pathRoot = registry().rootFor(path); in IncFs_GetSignatureByPath() local1023 if (root.empty() || root != pathRoot) { in IncFs_GetSignatureByPath()1233 const auto pathRoot = registry().rootFor(path); in IncFs_OpenForSpecialOpsByPath() local1236 if (root.empty() || root != pathRoot) { in IncFs_OpenForSpecialOpsByPath()1551 const auto pathRoot = registry().rootFor(path); in IncFs_IsFullyLoadedByPath() local1552 if (pathRoot != root) { in IncFs_IsFullyLoadedByPath()[all …]