Lines Matching refs:path

65 static bool safe_access(const impl::path&, int, int);
76 safe_access(const impl::path& p, int mode, int experr) in safe_access()
108 impl::path::path(const std::string& s) in path() function in impl::path
115 impl::path::path(const path& p) in path() function in impl::path
122 impl::path::path(const atf_fs_path_t *p) in path() function in impl::path
129 impl::path::~path(void) in ~path()
135 impl::path::c_str(void) in c_str()
142 impl::path::c_path(void) in c_path()
149 impl::path::str(void) in str()
156 impl::path::is_absolute(void) in is_absolute()
163 impl::path::is_root(void) in is_root()
169 impl::path
170 impl::path::branch_path(void) in branch_path()
180 path p(atf_fs_path_cstring(&bp)); in branch_path()
186 impl::path::leaf_name(void) in leaf_name()
201 impl::path
202 impl::path::to_absolute(void) in to_absolute()
211 path p(atf_fs_path_cstring(&pa)); in to_absolute()
216 impl::path&
217 impl::path::operator=(const path& p) in operator =()
233 impl::path::operator==(const path& p) in operator ==()
240 impl::path::operator!=(const path& p) in operator !=()
246 impl::path
247 impl::path::operator/(const std::string& p) in operator /()
250 path p2 = *this; in operator /()
259 impl::path
260 impl::path::operator/(const path& p) in operator /()
263 path p2 = *this; in operator /()
274 impl::path::operator<(const path& p) in operator <()
295 impl::file_info::file_info(const path& p) in file_info()
416 impl::directory::directory(const path& p) in directory()
425 path entryp = p / dep->d_name; in directory()
451 impl::exists(const path& p) in exists()
478 const path& dir = path(*iter); in have_prog_in_path()
487 impl::is_executable(const path& p) in is_executable()
495 impl::remove(const path& p) in remove()
508 impl::rmdir(const path& p) in rmdir()