Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/src/filesystem/
H A Doperations.cpp1792 auto GetRootName = [](PathParser *Parser) -> string_view_t { in CompareRootName() local
1795 int res = GetRootName(LHS).compare(GetRootName(RHS)); in CompareRootName()