Home
last modified time | relevance | path

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

/external/libcxx/src/filesystem/
Doperations.cpp1548 auto GetRootName = [](PathParser *Parser) -> string_view_t { in CompareRootName() local
1551 int res = GetRootName(LHS).compare(GetRootName(RHS)); in CompareRootName()