Lines Matching refs:FileDeal
31 FileDeal::FileDeal(void)
34 FileDeal::~FileDeal()
37 bool FileDeal::IsDirExist(std::string path)
41 HILOG_ERROR("FileDeal : openDir is not exist, errInfo=%{public}s", strerror(errno));
48 bool FileDeal::Mkdir(const std::string &path)
52 HILOG_ERROR("FileDeal : mkdir errInfo=%{public}s", strerror(errno));
59 bool FileDeal::CopyFile(const std::string &sourceFile, const std::string &newFile)
74 bool FileDeal::DeleteFile(const std::string &sourceFile)
86 bool FileDeal::IsFileExist(const std::string &name)
89 HILOG_DEBUG("FileDeal : access errInfo=%{public}s", strerror(errno));
95 std::string FileDeal::GetExtension(const std::string &filePath)
113 bool FileDeal::GetRealPath(const std::string &inOriPath, std::string &outRealPath)
131 bool FileDeal::IsZipFile(const std::string &filePath)
143 bool FileDeal::ForcedRefreshDisk(const std::string &sourcePath)