Lines Matching defs:path
65 bool FileExists(const std::string& path, bool follow_symlinks) { in FileExists()
70 bool FileHasContent(const std::string& path) { in FileHasContent()
74 Result<std::vector<std::string>> DirectoryContents(const std::string& path) { in DirectoryContents()
85 bool DirectoryExists(const std::string& path, bool follow_symlinks) { in DirectoryExists()
118 Result<void> ChangeGroup(const std::string& path, in ChangeGroup()
134 bool CanAccess(const std::string& path, const int mode) { in CanAccess()
138 bool IsDirectoryEmpty(const std::string& path) { in IsDirectoryEmpty()
159 bool RecursivelyRemoveDirectory(const std::string& path) { in RecursivelyRemoveDirectory()
268 std::string AbsolutePath(const std::string& path) { in AbsolutePath()
289 off_t FileSize(const std::string& path) { in FileSize()
297 bool MakeFileExecutable(const std::string& path) { in MakeFileExecutable()
303 std::chrono::system_clock::time_point FileModificationTime(const std::string& path) { in FileModificationTime()
347 char* path = getcwd(nullptr, 0); in CurrentDirectory() local
357 FileSizes SparseFileSizes(const std::string& path) { in SparseFileSizes()
418 bool FileIsSocket(const std::string& path) { in FileIsSocket()
423 int GetDiskUsage(const std::string& path) { in GetDiskUsage()
441 std::string FindFile(const std::string& path, const std::string& target_name) { in FindFile()
475 InotifyWatcher(int inotify, const std::string& path, int watch_mode) in InotifyWatcher()
486 static Result<void> WaitForFileInternal(const std::string& path, int timeoutSec, in WaitForFileInternal()
553 auto WaitForFile(const std::string& path, int timeoutSec) in WaitForFile()
564 Result<void> WaitForUnixSocket(const std::string& path, int timeoutSec) { in WaitForUnixSocket()