Home | History | Annotate | Download | only in Core

Lines Matching refs:comparePath

283 static Optional<bool> comparePath(const PathPieces &X, const PathPieces &Y);
300 return comparePath(X.subPieces, Y.subPieces);
317 return comparePath(X.path, Y.path);
364 static Optional<bool> comparePath(const PathPieces &X, const PathPieces &Y) {
415 Optional<bool> b = comparePath(X.path, Y.path);