Home
last modified time | relevance | path

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

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