Lines Matching refs:Path
18 long GetEpoch(const std::string &Path);
20 Unit FileToVector(const std::string &Path, size_t MaxSize = 0,
23 std::string FileToString(const std::string &Path);
25 void CopyFileToErr(const std::string &Path);
27 void WriteToFile(const uint8_t *Data, size_t Size, const std::string &Path);
29 void WriteToFile(const std::string &Data, const std::string &Path);
30 void WriteToFile(const Unit &U, const std::string &Path);
32 void AppendToFile(const uint8_t *Data, size_t Size, const std::string &Path);
33 void AppendToFile(const std::string &Data, const std::string &Path);
35 void ReadDirToVectorOfUnits(const char *Path, std::vector<Unit> *V, long *Epoch,
68 bool IsFile(const std::string &Path);
69 bool IsDirectory(const std::string &Path);
70 size_t FileSize(const std::string &Path);
97 std::string Basename(const std::string &Path);
105 void RemoveFile(const std::string &Path);
110 void MkDir(const std::string &Path);
111 void RmDir(const std::string &Path);