Lines Matching defs:file_info
287 // The "file_info" class.
290 const int impl::file_info::blk_type = atf_fs_stat_blk_type;
291 const int impl::file_info::chr_type = atf_fs_stat_chr_type;
292 const int impl::file_info::dir_type = atf_fs_stat_dir_type;
293 const int impl::file_info::fifo_type = atf_fs_stat_fifo_type;
294 const int impl::file_info::lnk_type = atf_fs_stat_lnk_type;
295 const int impl::file_info::reg_type = atf_fs_stat_reg_type;
296 const int impl::file_info::sock_type = atf_fs_stat_sock_type;
297 const int impl::file_info::wht_type = atf_fs_stat_wht_type;
299 impl::file_info::file_info(const path& p)
308 impl::file_info::file_info(const file_info& fi)
313 impl::file_info::~file_info(void)
319 impl::file_info::get_device(void)
326 impl::file_info::get_inode(void)
333 impl::file_info::get_mode(void)
340 impl::file_info::get_size(void)
347 impl::file_info::get_type(void)
354 impl::file_info::is_owner_readable(void)
361 impl::file_info::is_owner_writable(void)
368 impl::file_info::is_owner_executable(void)
375 impl::file_info::is_group_readable(void)
382 impl::file_info::is_group_writable(void)
389 impl::file_info::is_group_executable(void)
396 impl::file_info::is_other_readable(void)
403 impl::file_info::is_other_writable(void)
410 impl::file_info::is_other_executable(void)
430 insert(value_type(dep->d_name, file_info(entryp)));
501 if (file_info(p).get_type() == file_info::dir_type)