Lines Matching defs:path

80 bool FileExists(const std::string& path, bool follow_symlinks) {  in FileExists()
85 Result<dev_t> FileDeviceId(const std::string& path) { in FileDeviceId()
101 Result<ino_t> FileInodeNumber(const std::string& path) { in FileInodeNumber()
145 bool FileHasContent(const std::string& path) { in FileHasContent()
149 Result<std::vector<std::string>> DirectoryContents(const std::string& path) { in DirectoryContents()
160 bool DirectoryExists(const std::string& path, bool follow_symlinks) { in DirectoryExists()
204 Result<void> ChangeGroup(const std::string& path, in ChangeGroup()
220 bool CanAccess(const std::string& path, const int mode) { in CanAccess()
224 bool IsDirectoryEmpty(const std::string& path) { in IsDirectoryEmpty()
245 Result<void> RecursivelyRemoveDirectory(const std::string& path) { in RecursivelyRemoveDirectory()
368 std::string AbsolutePath(const std::string& path) { in AbsolutePath()
389 off_t FileSize(const std::string& path) { in FileSize()
397 bool MakeFileExecutable(const std::string& path) { in MakeFileExecutable()
403 std::chrono::system_clock::time_point FileModificationTime(const std::string& path) { in FileModificationTime()
480 FileSizes SparseFileSizes(const std::string& path) { in SparseFileSizes()
538 bool FileIsSocket(const std::string& path) { in FileIsSocket()
543 int GetDiskUsage(const std::string& path) { in GetDiskUsage()
579 std::string FindFile(const std::string& path, const std::string& target_name) { in FindFile()
614 InotifyWatcher(int inotify, const std::string& path, int watch_mode) in InotifyWatcher()
625 static Result<void> WaitForFileInternal(const std::string& path, int timeoutSec, in WaitForFileInternal()
692 auto WaitForFile(const std::string& path, int timeoutSec) in WaitForFile()
701 Result<void> WaitForUnixSocket(const std::string& path, int timeoutSec) { in WaitForUnixSocket()
732 Result<void> WaitForUnixSocketListeningWithoutConnect(const std::string& path, in WaitForUnixSocketListeningWithoutConnect()
796 const auto& path = path_info.path_to_convert; in CalculatePrefix() local
817 const auto& path = path_info.path_to_convert; in EmulateAbsolutePath() local