Searched refs:DeleteFile (Results 1 – 16 of 16) sorted by relevance
68 DeleteFile(signedHap);75 DeleteFile(signedHap);92 DeleteFile(unsignedHap);99 DeleteFile(unsignedHap);118 DeleteFile(udidUnmatchHap);127 DeleteFile(udidUnmatchHap);144 DeleteFile(tamperedHap);151 DeleteFile(tamperedHap);170 DeleteFile(testHap);178 DeleteFile(testHap);[all …]
21 void DeleteFile(const char *path);
72 void DeleteFile(const char *path) in DeleteFile() function
36 FileUtils::DeleteFile(Firmware::PACKAGE_PATH, false); in DeleteDownloadFiles()
39 if (DeleteFile(file.c_str()) == -1) { in DoFreeSpace()53 if (DeleteFile(path.c_str()) != -1) { in FreeStore()90 if (DeleteFile(*iter) == 0) { in CreateNewSpace()
31 static bool DeleteFile(const std::string &sourceFile);
38 static void DeleteFile(const std::string &rootPath, bool isDeleteRootDir);
84 void FileUtils::DeleteFile(const std::string &rootPath, bool isDeleteRootDir) in DeleteFile() function in OHOS::UpdateEngine::FileUtils177 DeleteFile(dir.dirName, false); in DestroyBaseDirectory()
81 bool FileDeal::DeleteFile(const std::string &sourceFile) in DeleteFile() function in OHOS::WallpaperMgrService::FileDeal
49 int32_t DeleteFile(const std::string& filename);
176 ret = Updater::Utils::DeleteFile(file.c_str()); in Execute()
214 DeleteFile(invalidJsonPath);
73 int32_t DeleteFile(const std::string& filename) in DeleteFile() function435 (void)DeleteFile(logName); in CompressLogs()
446 (void)Utils::DeleteFile(fullPath); in StartUpdaterProc()
326 (void)DeleteFile(resultPath); in PreUpdatePackages()
701 if (!FileDeal::DeleteFile(uriOrPixelMap)) { in SetWallpaperBackupData()