Home
last modified time | relevance | path

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

/src/contrib/llvm-project/libcxx/src/filesystem/
H A Dpath.cpp306 …auto GetRootName = [](PathParser* Parser) -> string_view_t { return Parser->inRootName() ? **Parse… in CompareRootName() local
307 int res = GetRootName(LHS).compare(GetRootName(RHS)); in CompareRootName()