| /base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cleaner/ |
| D | app_event_log_cleaner.cpp | 52 if (!FileUtil::RemoveFile(delFile)) { in ClearSpace() 67 if (!FileUtil::RemoveFile(file)) { in ClearData()
|
| /base/hiviewdfx/hiview/base/event_publish/ |
| D | event_publish.cpp | 98 (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/ |
| D | file_util.h | 29 bool RemoveFile(const std::string& file);
|
| /base/hiviewdfx/hiview/base/running_status_logger/ |
| D | running_status_logger.cpp | 102 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/ |
| D | log_store_ex.cpp | 121 FileUtil::RemoveFile(it->path_); in DoDeleteLogFiles() 174 return FileUtil::RemoveFile(path); in RemoveLogFile()
|
| /base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/include/ |
| D | file_util.h | 28 bool RemoveFile(const std::string& file);
|
| /base/hiviewdfx/hiview/plugins/freeze_detector/test/unittest/common/ |
| D | freeze_detector_test.cpp | 89 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/ |
| D | file_util.cpp | 47 bool RemoveFile(const std::string& file) in RemoveFile() function 79 return RemoveFile(dir); in ForceRemoveDirectory()
|
| /base/hiviewdfx/hiview/plugins/faultlogger/common/ |
| D | log_analyzer.cpp | 44 FileUtil::RemoveFile(logPath); in AnalysisFaultlog()
|
| /base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/ |
| D | data_publisher_sys_event_callback.cpp | 74 if (!FileUtil::RemoveFile(srcPath)) { in HandleEventFile()
|
| /base/hiviewdfx/hiview/plugins/unified_collector/storage/ |
| D | cpu_storage.cpp | 64 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/ |
| D | os_event_listener.cpp | 84 (void)FileUtil::RemoveFile(file); in Init() 176 (void)FileUtil::RemoveFile(file); in HandleInotify()
|
| /base/hiviewdfx/hiview/service/ |
| D | hiview_service.cpp | 280 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/ |
| D | file_util.cpp | 47 bool RemoveFile(const std::string& file) in RemoveFile() function
|
| /base/hiviewdfx/hidumper/services/native/src/ |
| D | dump_log_manager.cpp | 88 RemoveFile(str); in EraseLogs()
|
| /base/hiviewdfx/hiview/base/utility/ |
| D | file_util.cpp | 188 bool RemoveFile(const std::string& fileName) in RemoveFile() function 190 return OHOS::RemoveFile(fileName); in RemoveFile()
|
| D | freeze_json_util.cpp | 70 return FileUtil::RemoveFile(filePath); in DelFile()
|
| /base/security/huks/services/huks_standard/huks_service/main/core/src/ |
| D | hks_storage_lite.c | 884 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/ |
| D | peer_binder_catcher.cpp | 333 FileUtil::RemoveFile(fullPath); in ForkToDumpHiperf() 338 FileUtil::RemoveFile(fullPath); in ForkToDumpHiperf()
|
| /base/hiviewdfx/hiview/plugins/unified_collector/task/ |
| D | cpu_perf_dump.cpp | 169 if (!FileUtil::RemoveFile(perfFiles[i])) { in TryToAgePerfFiles()
|
| /base/hiviewdfx/hiview/base/utility/include/ |
| D | file_util.h | 84 bool RemoveFile(const std::string& fileName);
|
| /base/hiviewdfx/hiview/plugins/faultlogger/service/ |
| D | faultlog_manager.cpp | 120 if (!FileUtil::RemoveFile(logFile)) { in SaveFaultLogToFile()
|
| /base/customization/enterprise_device_management/services/edm_plugin/src/ |
| D | install_plugin.cpp | 111 if (!OHOS::RemoveFile(file)) { in DeleteFiles()
|
| /base/request/request/frameworks/js/napi/include/ |
| D | napi_utils.h | 106 void RemoveFile(const std::string &filePath);
|
| /base/request/request/frameworks/js/napi/src/ |
| D | notify_stub.cpp | 120 NapiUtils::RemoveFile(filePath); in RequestCallBack()
|