Lines Matching refs:FileDeal
31 FileDeal::FileDeal(void) in FileDeal() function in OHOS::WallpaperMgrService::FileDeal
34 FileDeal::~FileDeal() in ~FileDeal()
37 bool FileDeal::IsDirExist(std::string path) in IsDirExist()
48 bool FileDeal::Mkdir(const std::string &path) in Mkdir()
59 bool FileDeal::CopyFile(const std::string &sourceFile, const std::string &newFile) in CopyFile()
74 bool FileDeal::DeleteFile(const std::string &sourceFile) in DeleteFile()
86 bool FileDeal::DeleteDir(const std::string &path, bool deleteRootDir) in DeleteDir()
121 bool FileDeal::IsFileExist(const std::string &name) in IsFileExist()
130 std::string FileDeal::GetExtension(const std::string &filePath) in GetExtension()
148 bool FileDeal::GetRealPath(const std::string &inOriPath, std::string &outRealPath) in GetRealPath()
166 bool FileDeal::IsZipFile(const std::string &filePath) in IsZipFile()
178 bool FileDeal::ForcedRefreshDisk(const std::string &sourcePath) in ForcedRefreshDisk()