Home
last modified time | relevance | path

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

/external/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.proximate/
Dproximate.pass.cpp112 const path canon_input = fs::weakly_canonical(TC.input); in TEST_CASE() local
114 const path lexically_p = canon_input.lexically_proximate(canon_base); in TEST_CASE()
125 lexically_p.string().c_str(), canon_input.string().c_str(), in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.proximate/
Dproximate.pass.cpp120 const path canon_input = fs::weakly_canonical(TC.input); in TEST_CASE() local
122 const path lexically_p = canon_input.lexically_proximate(canon_base); in TEST_CASE()
129 std::cerr << " Canon Input: " << canon_input << "\n"; in TEST_CASE()