Home
last modified time | relevance | path

Searched refs:relative_cwd (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.cpp60 path relative_cwd = cwd.native().substr(1); in TEST_CASE() local
75 {"a", "/", relative_cwd / "a"}, in TEST_CASE()
76 {"a/b", "/", relative_cwd / "a/b"}, in TEST_CASE()
77 {"a", "/net", ".." / relative_cwd / "a"}, in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.proximate/
Dproximate.pass.cpp64 path relative_cwd = cwd.native().substr(1); in TEST_CASE() local
83 {"a", "/", relative_cwd / "a"}, in TEST_CASE()
84 {"a/b", "/", relative_cwd / "a/b"}, in TEST_CASE()
85 {"a", "/net", ".." / relative_cwd / "a"}, in TEST_CASE()