/base/hiviewdfx/hiview/plugins/eventservice/store/ |
D | sys_event_db_backup.cpp | 96 if (FileUtil::FileExists(dbFile_) && !FileUtil::RemoveFile(dbFile_)) { in RemoveDbFile() 101 if (FileUtil::FileExists(walDbFile) && !FileUtil::RemoveFile(walDbFile)) { in RemoveDbFile()
|
/base/hiviewdfx/hiview/plugins/hicollie_collector/test/unittest/common/ |
D | hicollie_collector_test.cpp | 91 FileUtil::RemoveFile(i); in GetFreezeDectorTestFile() 97 FileUtil::RemoveFile(i); in GetFreezeDectorTestFile() 103 FileUtil::RemoveFile(i); in GetFreezeDectorTestFile() 120 FileUtil::RemoveFile(decLogPath); in GetFreezeDectorTestFile()
|
/base/hiviewdfx/hiview/base/logstore/ |
D | log_store_ex.cpp | 121 FileUtil::RemoveFile(it->path_); in DoDeleteLogFiles() 173 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/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/faultloggerd/utils/ |
D | directory_ex.h | 88 bool RemoveFile(const std::string& fileName);
|
D | directory_ex.cpp | 173 bool RemoveFile(const string& fileName) in RemoveFile() function
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cleaner/ |
D | app_event_log_cleaner.cpp | 52 if (!FileUtil::RemoveFile(delFile)) { in ClearSpace()
|
/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/freeze_detector/test/unittest/common/ |
D | freeze_detector_test.cpp | 93 FileUtil::RemoveFile(i); in GetFreezeDectorTestFile() 99 FileUtil::RemoveFile(i); in GetFreezeDectorTestFile() 105 FileUtil::RemoveFile(i); in GetFreezeDectorTestFile() 122 FileUtil::RemoveFile(decLogPath); in GetFreezeDectorTestFile()
|
/base/hiviewdfx/hidumper/services/native/src/ |
D | dump_log_manager.cpp | 88 RemoveFile(str); in EraseLogs()
|
/base/hiviewdfx/hiview/adapter/utility/platform/ohos/ |
D | file_util.cpp | 127 bool RemoveFile(const std::string& fileName) in RemoveFile() function 129 return OHOS::RemoveFile(fileName); in RemoveFile()
|
/base/account/os_account/frameworks/common/file_operator/src/ |
D | account_file_operator.cpp | 61 delFlag = OHOS::RemoveFile(path); in DeleteDirOrFile()
|
/base/hiviewdfx/hiview/adapter/utility/include/ |
D | file_util.h | 79 bool RemoveFile(const std::string& fileName);
|
/base/hiviewdfx/hiview/plugins/faultlogger/service/ |
D | faultlog_manager.cpp | 116 if (!FileUtil::RemoveFile(logFile)) { in SaveFaultLogToFile()
|
/base/account/os_account/services/accountmgr/src/ |
D | ohos_account_data_deal.cpp | 75 if (RemoveFile(configFile)) { in Init()
|
/base/hiviewdfx/hiview/adapter/utility/ |
D | file_util.cpp | 227 bool RemoveFile(const std::string& fileName) in RemoveFile() function
|
/base/hiviewdfx/faultloggerd/services/ |
D | fault_logger_daemon.cpp | 486 OHOS::RemoveFile(files[index]); in RemoveTempFileIfNeed()
|
/base/customization/enterprise_device_management/services/edm/src/ |
D | admin_manager.cpp | 526 bool delFlag = OHOS::RemoveFile(filePath); in WriteJsonAdmin()
|
/base/hiviewdfx/hiview/base/ |
D | libhiviewbase.map | 155 …"OHOS::HiviewDFX::FileUtil::RemoveFile(std::__h::basic_string<char, std::__h::char_traits<char>, s…
|