Home
last modified time | relevance | path

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

/external/libcxx/src/filesystem/
Doperations.cpp213 bool inRootDir() const noexcept { in inRootDir() function
222 return inRootName() || inRootDir(); in inRootPath()
1558 if (!LHS->inRootDir() && RHS->inRootDir()) in CompareRootDir()
1560 else if (LHS->inRootDir() && !RHS->inRootDir()) in CompareRootDir()