Lines Matching refs:path

69 static bool safe_access(const impl::path&, int, int);
80 safe_access(const impl::path& p, int mode, int experr) in safe_access()
112 impl::path::path(const std::string& s) in path() function in impl::path
119 impl::path::path(const path& p) in path() function in impl::path
126 impl::path::path(const atf_fs_path_t *p) in path() function in impl::path
133 impl::path::~path(void) in ~path()
139 impl::path::c_str(void) in c_str()
146 impl::path::c_path(void) in c_path()
153 impl::path::str(void) in str()
160 impl::path::is_absolute(void) in is_absolute()
167 impl::path::is_root(void) in is_root()
173 impl::path
174 impl::path::branch_path(void) in branch_path()
184 path p(atf_fs_path_cstring(&bp)); in branch_path()
190 impl::path::leaf_name(void) in leaf_name()
205 impl::path
206 impl::path::to_absolute(void) in to_absolute()
215 path p(atf_fs_path_cstring(&pa)); in to_absolute()
220 impl::path&
221 impl::path::operator=(const path& p) in operator =()
237 impl::path::operator==(const path& p) in operator ==()
244 impl::path::operator!=(const path& p) in operator !=()
250 impl::path
251 impl::path::operator/(const std::string& p) in operator /()
254 path p2 = *this; in operator /()
263 impl::path
264 impl::path::operator/(const path& p) in operator /()
267 path p2 = *this; in operator /()
278 impl::path::operator<(const path& p) in operator <()
299 impl::file_info::file_info(const path& p) in file_info()
420 impl::directory::directory(const path& p) in directory()
429 path entryp = p / dep->d_name; in directory()
455 impl::exists(const path& p) in exists()
482 const path& dir = path(*iter); in have_prog_in_path()
491 impl::is_executable(const path& p) in is_executable()
499 impl::remove(const path& p) in remove()
512 impl::rmdir(const path& p) in rmdir()