Searched refs:file_for_sym (Results 1 – 1 of 1) sorted by relevance
83 const path file_for_sym = env.create_file("file2", 42); in TEST_CASE() local84 const path sym = env.create_symlink(file_for_sym, "sym"); in TEST_CASE()