Lines Matching full:path
30 * The GetCurrentProcPath function get the current process exe path.
35 * The ExtractFilePath function extract the input file path.
51 * return the path without the end '/'.
53 std::string ExcludeTrailingPathDelimiter(const std::string& path);
57 * return the path with the end '/'.
59 std::string IncludeTrailingPathDelimiter(const std::string& path);
62 * The GetDirFiles function get all files in the path.
64 void GetDirFiles(const std::string& path, std::vector<std::string>& files);
67 * The IsEmptyFolder function judge the path is empty,
70 bool IsEmptyFolder(const std::string& path);
76 bool ForceCreateDirectory(const std::string& path);
82 bool ForceRemoveDirectory(const std::string& path);
93 uint64_t GetFolderSize(const std::string& path);
105 bool ChangeModeDirectory(const std::string& path, const mode_t& mode);
108 * The PathToRealPath function is get real path from relative path,
111 bool PathToRealPath(const std::string& path, std::string& realPath);