Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dpath.cpp313 static int CompareRootDir(PathParser* LHS, PathParser* RHS) { in CompareRootDir() function
355 if ((res = CompareRootDir(&LHS, &RHS)) != 0) in __compare()