Home
last modified time | relevance | path

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

/external/libcxx/test/std/input.output/filesystems/class.path/path.member/
Dpath.append.pass.cpp112 ASSERT_PRED(PathEq, LHS , E); in doAppendSourceAllocTest()
122 assert(PathEq(LHS, E)); in doAppendSourceAllocTest()
132 assert(PathEq(LHS, E)); in doAppendSourceAllocTest()
141 assert(PathEq(LHS, E)); in doAppendSourceAllocTest()
157 assert(PathEq(LHS, E)); in doAppendSourceAllocTest()
168 assert(PathEq(LHS, E)); in doAppendSourceAllocTest()
196 assert(PathEq(LHS, E)); in doAppendSourceTest()
204 assert(PathEq(LHS, E)); in doAppendSourceTest()
211 assert(PathEq(LHS, E)); in doAppendSourceTest()
219 assert(PathEq(LHS, E)); in doAppendSourceTest()
[all …]
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.gen/
Dlexically_relative_and_proximate.pass.cpp77 if (!PathEq(output, TC.expect)) in main()
85 if (!PathEq(proximate_expected, proximate_output)) in main()
Dlexically_normal.pass.cpp132 if (!PathEq(output, TC.expect)) { in main()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.proximate/
Dproximate.pass.cpp117 } else if (!PathEq(output, TC.expect)) { in TEST_CASE()
118 TEST_CHECK(PathEq(output, TC.expect)); in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.canonical/
Dcanonical.pass.cpp80 TEST_CHECK(PathEq(ret, TC.expect)); in TEST_CASE()
81 TEST_CHECK(PathEq(ret, ret2)); in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.absolute/
Dabsolute.pass.cpp54 TEST_CHECK(PathEq(ret, TC.expect)); in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.weakly_canonical/
Dweakly_canonical.pass.cpp66 if (!PathEq(output, TC.expect)) { in main()
/external/libcxx/test/support/
Dfilesystem_test_helper.hpp443 inline bool PathEq(fs::path const& LHS, fs::path const& RHS) { in PathEq() function