Lines Matching refs:file_info
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() function in impl::file_info
304 impl::file_info::file_info(const file_info& fi) in file_info() function in impl::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()
426 insert(value_type(dep->d_name, file_info(entryp))); in directory()
497 if (file_info(p).get_type() == file_info::dir_type) in remove()