Lines Matching refs:subpath
432 auto [itemRoot, subpath] = registry().rootAndSubpathFor(item); in makeCommandPath()
437 return path::join(itemRoot, subpath); in makeCommandPath()
797 auto [root, subpath] = registry().rootAndSubpathFor(path); in IncFs_MakeFile()
808 const auto [subdir, name] = path::splitDirBase(subpath); in IncFs_MakeFile()
844 auto [root, subpath] = registry().rootAndSubpathFor(path); in IncFs_MakeMappedFile()
855 const auto [subdir, name] = path::splitDirBase(subpath); in IncFs_MakeMappedFile()
872 if (::chmod(path::join(root, subpath).c_str(), mode)) { in IncFs_MakeMappedFile()
1374 auto [sourceRoot, subpath] = registry().rootAndSubpathFor(sourceDir); in IncFs_BindMount()
1378 if (subpath.empty()) { in IncFs_BindMount()
2035 const auto [pathRoot, backingRoot, subpath] = registry().detailsFor(path); in IncFs_ReserveSpaceByPath()
2040 return reserveSpace(path::join(backingRoot, subpath).c_str(), size); in IncFs_ReserveSpaceByPath()
2052 const auto [pathRoot, backingRoot, subpath] = registry().detailsFor(path); in IncFs_ReserveSpaceById()
2056 return reserveSpace(path::join(backingRoot, subpath).c_str(), size); in IncFs_ReserveSpaceById()