Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libc++/src/filesystem/
H A Doperations.cpp217 bool inRootName() const noexcept { in inRootName() function
222 return inRootName() || inRootDir(); in inRootPath()
1496 if (PP.inRootName() && PPBase.inRootName()) { in lexically_relative()
1546 if (!LHS->inRootName() && !RHS->inRootName()) in CompareRootName()
1550 return Parser->inRootName() ? **Parser : ""; in CompareRootName()