Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libc++/src/filesystem/
H A Doperations.cpp1549 auto GetRootName = [](PathParser *Parser) -> string_view_t { in CompareRootName() local
1552 int res = GetRootName(LHS).compare(GetRootName(RHS)); in CompareRootName()