Home
last modified time | relevance | path

Searched refs:RemoveFile (Results 1 – 25 of 37) sorted by relevance

12

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cleaner/
Dapp_event_log_cleaner.cpp52 if (!FileUtil::RemoveFile(delFile)) { in ClearSpace()
67 if (!FileUtil::RemoveFile(file)) { in ClearData()
/base/hiviewdfx/hiview/base/event_publish/
Devent_publish.cpp98 (void)FileUtil::RemoveFile(srcPath); in SendEventToSandBox()
108 (void)FileUtil::RemoveFile(srcPath); in SendEventToSandBox()
129 (void)FileUtil::RemoveFile(srcPath); in PushEvent()
/base/hiviewdfx/hisysevent/adapter/native/idl/include/
Dfile_util.h29 bool RemoveFile(const std::string& file);
/base/hiviewdfx/hiview/base/running_status_logger/
Drunning_status_logger.cpp102 if ((allLogFiles.size() == logFileCntLimit) && !FileUtil::RemoveFile(allLogFiles.front())) { in GetLogWroteDestFile()
122 if ((allLogFiles.size() == logFileCntLimit) && !FileUtil::RemoveFile(allLogFiles.front())) { in GetLogWroteDestFile()
/base/hiviewdfx/hiview/base/logstore/
Dlog_store_ex.cpp121 FileUtil::RemoveFile(it->path_); in DoDeleteLogFiles()
174 return FileUtil::RemoveFile(path); in RemoveLogFile()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/include/
Dfile_util.h28 bool RemoveFile(const std::string& file);
/base/hiviewdfx/hiview/plugins/freeze_detector/test/unittest/common/
Dfreeze_detector_test.cpp89 FileUtil::RemoveFile(i); in GetFreezeDectorTestFile()
95 FileUtil::RemoveFile(i); in GetFreezeDectorTestFile()
101 FileUtil::RemoveFile(i); in GetFreezeDectorTestFile()
118 FileUtil::RemoveFile(decLogPath); in GetFreezeDectorTestFile()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/
Dfile_util.cpp47 bool RemoveFile(const std::string& file) in RemoveFile() function
79 return RemoveFile(dir); in ForceRemoveDirectory()
/base/hiviewdfx/hiview/plugins/faultlogger/common/
Dlog_analyzer.cpp44 FileUtil::RemoveFile(logPath); in AnalysisFaultlog()
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
Ddata_publisher_sys_event_callback.cpp74 if (!FileUtil::RemoveFile(srcPath)) { in HandleEventFile()
/base/hiviewdfx/hiview/plugins/unified_collector/storage/
Dcpu_storage.cpp64 if (!FileUtil::RemoveFile(dbFiles[i])) { in ClearDbFilesByTimestampOrder()
326 if (!FileUtil::RemoveFile(dbFile)) { in MoveDbFilesToUploadDir()
341 if (!FileUtil::RemoveFile(dbFilePath)) { in MoveDbFileToUploadDir()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
Dos_event_listener.cpp84 (void)FileUtil::RemoveFile(file); in Init()
176 (void)FileUtil::RemoveFile(file); in HandleInotify()
/base/hiviewdfx/hiview/service/
Dhiview_service.cpp280 bool result = FileUtil::RemoveFile(srcFilePath); in Move()
283 bool destResult = FileUtil::RemoveFile(destFilePath); in Move()
292 bool result = FileUtil::RemoveFile(filePath); in Remove()
/base/hiviewdfx/hisysevent/adapter/native/idl/src/
Dfile_util.cpp47 bool RemoveFile(const std::string& file) in RemoveFile() function
/base/hiviewdfx/hidumper/services/native/src/
Ddump_log_manager.cpp88 RemoveFile(str); in EraseLogs()
/base/hiviewdfx/hiview/base/utility/
Dfile_util.cpp188 bool RemoveFile(const std::string& fileName) in RemoveFile() function
190 return OHOS::RemoveFile(fileName); in RemoveFile()
Dfreeze_json_util.cpp70 return FileUtil::RemoveFile(filePath); in DelFile()
/base/security/huks/services/huks_standard/huks_service/main/core/src/
Dhks_storage_lite.c884 static int32_t RemoveFile(const char *path, const char *fileName) in RemoveFile() function
903 if (RemoveFile(HKS_KEY_STORE_PATH, HKS_KEY_STORE_FILE_NAME) != HKS_SUCCESS) { in HksStoreDestroy()
907 if (RemoveFile(HKS_KEY_STORE_PATH, "info1.data") != HKS_SUCCESS) { in HksStoreDestroy()
911 if (RemoveFile(HKS_KEY_STORE_PATH, "info2.data") != HKS_SUCCESS) { in HksStoreDestroy()
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
Dpeer_binder_catcher.cpp333 FileUtil::RemoveFile(fullPath); in ForkToDumpHiperf()
338 FileUtil::RemoveFile(fullPath); in ForkToDumpHiperf()
/base/hiviewdfx/hiview/plugins/unified_collector/task/
Dcpu_perf_dump.cpp169 if (!FileUtil::RemoveFile(perfFiles[i])) { in TryToAgePerfFiles()
/base/hiviewdfx/hiview/base/utility/include/
Dfile_util.h84 bool RemoveFile(const std::string& fileName);
/base/hiviewdfx/hiview/plugins/faultlogger/service/
Dfaultlog_manager.cpp120 if (!FileUtil::RemoveFile(logFile)) { in SaveFaultLogToFile()
/base/customization/enterprise_device_management/services/edm_plugin/src/
Dinstall_plugin.cpp111 if (!OHOS::RemoveFile(file)) { in DeleteFiles()
/base/request/request/frameworks/js/napi/include/
Dnapi_utils.h106 void RemoveFile(const std::string &filePath);
/base/request/request/frameworks/js/napi/src/
Dnotify_stub.cpp120 NapiUtils::RemoveFile(filePath); in RequestCallBack()

12