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)
108 impl::path::path(const std::string& s)
115 impl::path::path(const path& p)
122 impl::path::path(const atf_fs_path_t *p)
129 impl::path::~path(void)
135 impl::path::c_str(void)
142 impl::path::c_path(void)
149 impl::path::str(void)
156 impl::path::is_absolute(void)
163 impl::path::is_root(void)
169 impl::path
170 impl::path::branch_path(void)
186 impl::path::leaf_name(void)
201 impl::path
202 impl::path::to_absolute(void)
216 impl::path&
217 impl::path::operator=(const path& p)
233 impl::path::operator==(const path& p)
240 impl::path::operator!=(const path& p)
246 impl::path
247 impl::path::operator/(const std::string& p)
259 impl::path
260 impl::path::operator/(const path& p)
274 impl::path::operator<(const path& p)
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)
304 impl::file_info::file_info(const file_info& fi)
309 impl::file_info::~file_info(void)
315 impl::file_info::get_device(void)
322 impl::file_info::get_inode(void)
329 impl::file_info::get_mode(void)
336 impl::file_info::get_size(void)
343 impl::file_info::get_type(void)
350 impl::file_info::is_owner_readable(void)
357 impl::file_info::is_owner_writable(void)
364 impl::file_info::is_owner_executable(void)
371 impl::file_info::is_group_readable(void)
378 impl::file_info::is_group_writable(void)
385 impl::file_info::is_group_executable(void)
392 impl::file_info::is_other_readable(void)
399 impl::file_info::is_other_writable(void)
406 impl::file_info::is_other_executable(void)
416 impl::directory::directory(const path& p)
435 impl::directory::names(void)
451 impl::exists(const path& p)
464 impl::have_prog_in_path(const std::string& prog)
487 impl::is_executable(const path& p)
495 impl::remove(const path& p)
508 impl::rmdir(const path& p)