mirror of
https://github.com/openharmony/developtools_global_resource_tool.git
synced 2026-07-18 17:24:42 -04:00
@@ -57,12 +57,12 @@ public:
|
||||
static bool CopyFileInner(const std::string &src, const std::string &dst);
|
||||
static bool IsDirectory(const std::string &path);
|
||||
static std::string RealPath(const std::string &path);
|
||||
static std::string AdapateLongPath(const std::string &path);
|
||||
|
||||
private:
|
||||
bool IsIgnore(const std::string &filename) const;
|
||||
static bool RemoveAllDirInner(const FileEntry &entry);
|
||||
static bool CreateDirsInner(const std::string &path, std::string::size_type offset);
|
||||
static std::string AdapateLongPath(const std::string &path);
|
||||
FilePath filePath_;
|
||||
bool isFile_;
|
||||
static const std::string SEPARATE;
|
||||
|
||||
Reference in New Issue
Block a user