Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp1795 auto GetRootName = [](PathParser *Parser) -> string_view_t { in CompareRootName() local
1798 int res = GetRootName(LHS).compare(GetRootName(RHS)); in CompareRootName()