Lines Matching refs:impl
58 namespace impl = atf::fs;
65 static bool safe_access(const impl::path&, int, int);
76 safe_access(const impl::path& p, int mode, int experr) in safe_access()
108 impl::path::path(const std::string& s) in path()
115 impl::path::path(const path& p) in path()
122 impl::path::path(const atf_fs_path_t *p) in path()
129 impl::path::~path(void) in ~path()
135 impl::path::c_str(void) in c_str()
142 impl::path::c_path(void) in c_path()
149 impl::path::str(void) in str()
156 impl::path::is_absolute(void) in is_absolute()
163 impl::path::is_root(void) in is_root()
169 impl::path
170 impl::path::branch_path(void) in branch_path()
186 impl::path::leaf_name(void) in leaf_name()
201 impl::path
202 impl::path::to_absolute(void) in to_absolute()
216 impl::path&
217 impl::path::operator=(const path& p) in operator =()
233 impl::path::operator==(const path& p) in operator ==()
240 impl::path::operator!=(const path& p) in operator !=()
246 impl::path
247 impl::path::operator/(const std::string& p) in operator /()
259 impl::path
260 impl::path::operator/(const path& p) in operator /()
274 impl::path::operator<(const path& p) in operator <()
286 const int impl::file_info::blk_type = atf_fs_stat_blk_type;
287 const int impl::file_info::chr_type = atf_fs_stat_chr_type;
288 const int impl::file_info::dir_type = atf_fs_stat_dir_type;
289 const int impl::file_info::fifo_type = atf_fs_stat_fifo_type;
290 const int impl::file_info::lnk_type = atf_fs_stat_lnk_type;
291 const int impl::file_info::reg_type = atf_fs_stat_reg_type;
292 const int impl::file_info::sock_type = atf_fs_stat_sock_type;
293 const int impl::file_info::wht_type = atf_fs_stat_wht_type;
295 impl::file_info::file_info(const path& p) in file_info()
304 impl::file_info::file_info(const file_info& fi) in file_info()
309 impl::file_info::~file_info(void) in ~file_info()
315 impl::file_info::get_device(void) in get_device()
322 impl::file_info::get_inode(void) in get_inode()
329 impl::file_info::get_mode(void) in get_mode()
336 impl::file_info::get_size(void) in get_size()
343 impl::file_info::get_type(void) in get_type()
350 impl::file_info::is_owner_readable(void) in is_owner_readable()
357 impl::file_info::is_owner_writable(void) in is_owner_writable()
364 impl::file_info::is_owner_executable(void) in is_owner_executable()
371 impl::file_info::is_group_readable(void) in is_group_readable()
378 impl::file_info::is_group_writable(void) in is_group_writable()
385 impl::file_info::is_group_executable(void) in is_group_executable()
392 impl::file_info::is_other_readable(void) in is_other_readable()
399 impl::file_info::is_other_writable(void) in is_other_writable()
406 impl::file_info::is_other_executable(void) in is_other_executable()
416 impl::directory::directory(const path& p) in directory()
435 impl::directory::names(void) in names()
451 impl::exists(const path& p) in exists()
464 impl::have_prog_in_path(const std::string& prog) in have_prog_in_path()
487 impl::is_executable(const path& p) in is_executable()
495 impl::remove(const path& p) in remove()
508 impl::rmdir(const path& p) in rmdir()