Home
last modified time | relevance | path

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

/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.rename/
Drename.pass.cpp113 const path bad_sym = env.create_symlink(dne, "bad_sym"); in TEST_CASE() local
117 rename(bad_sym, bad_sym_dest, ec); in TEST_CASE()
119 TEST_CHECK(!exists(symlink_status(bad_sym))); in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.resize_file/
Dresize_file.pass.cpp60 const path bad_sym = env.create_symlink(dne, "sym"); in TEST_CASE() local
63 dne, bad_sym, dir in TEST_CASE()