Lines Matching refs:path
71 atf::fs::path t1("non-existent");
72 atf::fs::path t2("non-existent");
75 atf::fs::path tmpl("testdir.XXXXXX");
136 atf::fs::path p("root");
160 cleanup(atf::fs::path("aux/root"));
184 const atf::fs::path p("root");
203 const atf::fs::path old = get_current_dir();
206 change_directory(atf::fs::path("files/reg")));
209 atf::fs::path old2 = change_directory(atf::fs::path("files"));
211 atf::fs::path old3 = change_directory(atf::fs::path("dir"));
213 atf::fs::path old4 = change_directory(atf::fs::path("../.."));
232 atf::fs::path curdir = get_current_dir();
233 change_directory(atf::fs::path("."));
235 change_directory(atf::fs::path("files"));
237 change_directory(atf::fs::path("dir"));
239 change_directory(atf::fs::path(".."));
241 change_directory(atf::fs::path(".."));