Lines Matching defs:const
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)
134 const char*
136 const
141 const atf_fs_path_t*
143 const
150 const
157 const
164 const
171 const
187 const
203 const
217 impl::path::operator=(const path& p)
233 impl::path::operator==(const path& p)
234 const
240 impl::path::operator!=(const path& p)
241 const
247 impl::path::operator/(const std::string& p)
248 const
260 impl::path::operator/(const path& p)
261 const
274 impl::path::operator<(const path& p)
275 const
277 const char *s1 = atf_fs_path_cstring(&m_path);
278 const char *s2 = atf_fs_path_cstring(&p.m_path);
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)
316 const
323 const
330 const
337 const
344 const
351 const
358 const
365 const
372 const
379 const
386 const
393 const
400 const
407 const
416 impl::directory::directory(const path& p)
436 const
451 impl::exists(const path& p)
464 impl::have_prog_in_path(const std::string& prog)
478 const path& dir = path(*iter);
487 impl::is_executable(const path& p)
495 impl::remove(const path& p)
508 impl::rmdir(const path& p)