Lines Matching refs:string
24 bool FileExists(const std::string& path);
25 bool FileHasContent(const std::string& path);
26 bool DirectoryExists(const std::string& path);
27 bool IsDirectoryEmpty(const std::string& path);
28 off_t FileSize(const std::string& path);
29 bool RemoveFile(const std::string& file);
30 bool RenameFile(const std::string& old_name, const std::string& new_name);
31 std::string ReadFile(const std::string& file);
32 std::chrono::system_clock::time_point FileModificationTime(const std::string& path);
37 std::string AbsolutePath(const std::string& path);
39 std::string CurrentDirectory();
45 FileSizes SparseFileSizes(const std::string& path);