Home
last modified time | relevance | path

Searched refs:nested_link (Results 1 – 3 of 3) sorted by relevance

/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.read_symlink/
Dread_symlink.pass.cpp81 const path nested_link = env.make_env_path("nested_link"); in TEST_CASE() local
82 create_symlink(link, nested_link); in TEST_CASE()
90 {nested_link, link} in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.remove/
Dremove.pass.cpp93 const path nested_link = env.make_env_path("nested_link"); in TEST_CASE() local
94 create_symlink(link, nested_link); in TEST_CASE()
98 nested_link, in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.remove_all/
Dremove_all.pass.cpp95 const path nested_link = env.make_env_path("nested_link"); in TEST_CASE() local
96 create_symlink(link, nested_link); in TEST_CASE()
100 nested_link, in TEST_CASE()