Lines Matching defs:const

69 static bool safe_access(const impl::path&, int, int);
80 safe_access(const impl::path& p, int mode, int experr)
112 impl::path::path(const std::string& s)
119 impl::path::path(const path& p)
126 impl::path::path(const atf_fs_path_t *p)
138 const char*
140 const
145 const atf_fs_path_t*
147 const
154 const
161 const
168 const
175 const
191 const
207 const
221 impl::path::operator=(const path& p)
237 impl::path::operator==(const path& p)
238 const
244 impl::path::operator!=(const path& p)
245 const
251 impl::path::operator/(const std::string& p)
252 const
264 impl::path::operator/(const path& p)
265 const
278 impl::path::operator<(const path& p)
279 const
281 const char *s1 = atf_fs_path_cstring(&m_path);
282 const char *s2 = atf_fs_path_cstring(&p.m_path);
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)
320 const
327 const
334 const
341 const
348 const
355 const
362 const
369 const
376 const
383 const
390 const
397 const
404 const
411 const
420 impl::directory::directory(const path& p)
440 const
455 impl::exists(const path& p)
468 impl::have_prog_in_path(const std::string& prog)
482 const path& dir = path(*iter);
491 impl::is_executable(const path& p)
499 impl::remove(const path& p)
512 impl::rmdir(const path& p)