Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.absolute/
H A Dabsolute.pass.cpp53 TEST_CHECK(PathEqIgnoreSep(ret, TC.expect)); in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/support/
H A Dfilesystem_test_helper.h610 inline bool PathEqIgnoreSep(fs::path LHS, fs::path RHS) { in PathEqIgnoreSep() function