Home
last modified time | relevance | path

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

/external/libcxx/src/filesystem/
Doperations.cpp1557 static int CompareRootDir(PathParser *LHS, PathParser *RHS) { in CompareRootDir() function
1599 if ((res = CompareRootDir(&LHS, &RHS)) != 0) in __compare()