Home
last modified time | relevance | path

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

/external/libcxx/src/filesystem/
Doperations.cpp217 bool inRootName() const noexcept { in inRootName() function
222 return inRootName() || inRootDir(); in inRootPath()
1495 if (PP.inRootName() && PPBase.inRootName()) { in lexically_relative()
1545 if (!LHS->inRootName() && !RHS->inRootName()) in CompareRootName()
1549 return Parser->inRootName() ? **Parser : ""; in CompareRootName()