Lines Matching refs:path
61 static void cleanup_aux(const atf::fs::path&, dev_t, bool);
62 static void cleanup_aux_dir(const atf::fs::path&, const atf::fs::file_info&,
64 static void do_unmount(const atf::fs::path&);
86 cleanup_aux(const atf::fs::path& p, dev_t parent_device, bool erase)
111 cleanup_aux_dir(const atf::fs::path& p, const atf::fs::file_info& fi,
160 do_unmount(const atf::fs::path& in_path)
162 // At least, FreeBSD's unmount(2) requires the path to be absolute.
165 const atf::fs::path& abs_path = in_path.is_absolute() ?
188 const atf::fs::path prog("umount");
202 impl::temp_dir::temp_dir(const atf::fs::path& p)
211 m_path.reset(new atf::fs::path(buf.get()));
219 const atf::fs::path&
230 atf::fs::path
231 impl::change_directory(const atf::fs::path& dir)
233 atf::fs::path olddir = get_current_dir();
245 impl::cleanup(const atf::fs::path& p)
251 atf::fs::path
264 return atf::fs::path(cwd.get());