Home
last modified time | relevance | path

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

/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.permissions/
Dpermissions.pass.cpp83 const path file_for_sym = env.create_file("file2", 42); in TEST_CASE() local
84 const path sym = env.create_symlink(file_for_sym, "sym"); in TEST_CASE()