Lines Matching defs:const
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&);
76 static const int max_retries = 5;
77 static const int retry_delay_in_seconds = 1;
86 cleanup_aux(const atf::fs::path& p, dev_t parent_device, bool erase)
103 } catch (const atf::system_error& e) {
111 cleanup_aux_dir(const atf::fs::path& p, const atf::fs::file_info& fi,
137 const atf::fs::directory d(p);
140 } catch (const atf::system_error& e) {
152 const std::string& name = *iter;
160 do_unmount(const atf::fs::path& in_path)
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)
219 const atf::fs::path&
221 const
231 impl::change_directory(const atf::fs::path& dir)
245 impl::cleanup(const atf::fs::path& p)