超长路径json文件解析适配

Signed-off-by: fangyunzhong <fangyunzhong2@huawei.com>
This commit is contained in:
fangyunzhong
2023-04-20 09:14:22 +00:00
parent d03e8c4932
commit 035a4bac2f
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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;