Searched refs:RemoveFile (Results 1 – 13 of 13) sorted by relevance
82 bool TimeFileUtils::RemoveFile(const char *path) in RemoveFile() function in OHOS::MiscServices::TimeFileUtils98 if (dirName.length() >= PATH_MAX || !RemoveFile(dirName.c_str())) { in RemoveFile()115 if (!RemoveFile(newFile)) { in RenameFile()
37 if (!FileUtil::RemoveFile(SysEventDao::GetDataFile())) { in RemoveSysEventFile()44 if (!FileUtil::RemoveFile(walDbFile)) { in RemoveSysEventFile()
34 static bool RemoveFile(const char *path);
121 FileUtil::RemoveFile(it->path_); in DoDeleteLogFiles()173 return FileUtil::RemoveFile(path); in RemoveLogFile()
88 bool RemoveFile(const std::string& fileName);
173 bool RemoveFile(const string& fileName) in RemoveFile() function
88 RemoveFile(str); in EraseLogs()
129 bool RemoveFile(const std::string& fileName) in RemoveFile() function131 return OHOS::RemoveFile(fileName); in RemoveFile()
55 delFlag = OHOS::RemoveFile(path); in DeleteDirOrFile()
62 if (RemoveFile(configFile)) { in Init()
79 bool RemoveFile(const std::string& fileName);
227 bool RemoveFile(const std::string& fileName) in RemoveFile() function
486 OHOS::RemoveFile(files[index]); in RemoveTempFileIfNeed()