Home | History | Annotate | Download | only in fs.op.copy_file

Lines Matching defs:env

70     scoped_test_env env;
71 const path file = env.create_file("file1", 42);
72 const path file2 = env.create_file("file2", 55);
73 const path non_regular_file = env.create_fifo("non_reg");
74 const path dne = env.make_env_path("dne");
94 scoped_test_env env;
95 const path file = env.create_file("file1", 42);
98 const path dest = env.make_env_path("dest1");
105 const path dest = env.create_file("dest2", 55);
114 const path older = env.create_file("older_file", 1);
117 const path from = env.create_file("update_from", 55);
120 const path newer = env.create_file("newer_file", 2);
132 const path file2 = env.create_file("file2", 55);
142 scoped_test_env env;
143 const path file = env.create_file("file1", 42);
144 const path dest = env.make_env_path("file2");
157 scoped_test_env env;
158 const path file = env.create_file("file1", 42);
159 const path dest = env.create_dir("dir1");
172 scoped_test_env env;
173 const path fifo = env.create_fifo("fifo");
174 const path dest = env.make_env_path("dest");
175 const path file = env.create_file("file", 42);