Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:RemoveFile
(Results
1 - 25
of
54
) sorted by relevance
1
2
3
/base/hiviewdfx/hiview/base/event_store/store/
H
A
D
sys_event_backup.cpp
44
if (FileUtil::FileExists(backupTmpFile_) && !FileUtil::
RemoveFile
(backupTmpFile_)) {
in Backup()
51
FileUtil::
RemoveFile
(backupTmpFile_);
in Backup()
57
FileUtil::
RemoveFile
(backupBakFile_);
in Backup()
60
FileUtil::
RemoveFile
(backupTmpFile_);
in Backup()
67
FileUtil::
RemoveFile
(backupTmpFile_);
in Backup()
73
FileUtil::
RemoveFile
(backupBakFile_);
in Backup()
112
FileUtil::
RemoveFile
(backupTmpFile_);
in CheckBackupFile()
113
FileUtil::
RemoveFile
(backupBakFile_);
in CheckBackupFile()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cleaner/
H
A
D
app_event_log_cleaner.cpp
55
if (!FileUtil::
RemoveFile
(delFile)) {
in ClearSpace()
70
if (!FileUtil::
RemoveFile
(file)) {
in ClearData()
/base/hiviewdfx/hiview/base/utility/
H
A
D
hiview_db_util.cpp
40
if (!FileUtil::
RemoveFile
(dbFiles[i])) {
in ClearDbFilesByTimestampOrder()
112
if (!FileUtil::
RemoveFile
(dbFile)) {
in MoveDbFilesToUploadDir()
129
if (!FileUtil::
RemoveFile
(dbPath)) {
in MoveDbFileToUploadDir()
/base/hiviewdfx/hiview/core/test/unittest/common/
H
A
D
param_update_test.cpp
84
FileUtil::
RemoveFile
(TEST_CONFIG_FILE);
in TearDown()
105
FileUtil::
RemoveFile
(TEST_CONFIG_FILE);
in HWTEST_F()
/base/hiviewdfx/hiview/plugins/event_store/event_export/task/expire/
H
A
D
event_delete_handler.cpp
42
FileUtil::
RemoveFile
(file);
in Delete()
/base/hiviewdfx/hiview/plugins/unified_collector/test/unittest/common/
H
A
D
cpu_storage_test.cpp
75
FileUtil::
RemoveFile
(DB_PATH);
in HWTEST_F()
92
FileUtil::
RemoveFile
(DB_PATH);
in HWTEST_F()
124
FileUtil::
RemoveFile
(DB_PATH);
in HWTEST_F()
/base/hiviewdfx/hisysevent/adapter/native/idl/include/
H
A
D
file_util.h
29
bool
RemoveFile
(const std::string& file);
/base/security/security_guard/services/config_manager/src/
H
A
D
config_subscriber.cpp
53
if (!
RemoveFile
(file)) {
in UpdateConfig()
/base/hiviewdfx/hitrace/utils/
H
A
D
trace_utils.cpp
44
void
RemoveFile
(const std::string& fileName)
in RemoveFile()
function
48
HILOG_WARN(LOG_CORE, "
RemoveFile
:: open file failed: %{public}s", fileName.c_str());
in RemoveFile()
52
HILOG_WARN(LOG_CORE, "
RemoveFile
:: get file lock failed, skip remove: %{public}s", fileName.c_str());
in RemoveFile()
57
HILOG_INFO(LOG_CORE, "
RemoveFile
:: Delete %{public}s success.", fileName.c_str());
in RemoveFile()
59
HILOG_WARN(LOG_CORE, "
RemoveFile
:: Delete %{public}s failed.", fileName.c_str());
in RemoveFile()
139
RemoveFile
(TRACE_DEFAULT_DIR + name);
in DelSnapshotTraceFile()
159
RemoveFile
(TRACE_DEFAULT_DIR + snapshotTraceFiles[i].filename);
in DelSnapshotTraceFile()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/include/
H
A
D
file_util.h
29
bool
RemoveFile
(const std::string& file);
/base/request/request/frameworks/cj/ffi/include/
H
A
D
cj_request_common.h
38
void
RemoveFile
(const std::string &filePath);
/base/hiviewdfx/hiview/base/running_status_logger/
H
A
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/
H
A
D
log_store_ex.cpp
121
FileUtil::
RemoveFile
(it->path_);
in DoDeleteLogFiles()
174
return FileUtil::
RemoveFile
(path);
in RemoveLogFile()
/base/hiviewdfx/hiview/base/event_publish/
H
A
D
event_publish.cpp
135
FileUtil::
RemoveFile
(destPath);
in CopyExternalLog()
344
(void)FileUtil::
RemoveFile
(srcPath);
in SendEventToSandBox()
350
(void)FileUtil::
RemoveFile
(srcPath);
in SendEventToSandBox()
359
(void)FileUtil::
RemoveFile
(srcPath);
in SendEventToSandBox()
385
(void)FileUtil::
RemoveFile
(srcPath);
in PushEvent()
/base/hiviewdfx/hiview/base/event_store/test/unittest/common/
H
A
D
sys_event_backup_test.cpp
106
FileUtil::
RemoveFile
(databaseDir + "event_sequence");
in HWTEST_F()
/base/hiviewdfx/hiview/plugins/event_store/event_export/task/export/
H
A
D
event_write_handler.cpp
95
if (!FileUtil::
RemoveFile
(item.first)) {
in Rollback()
/base/hiviewdfx/hiview/plugins/faultlogger/common/
H
A
D
log_analyzer.cpp
60
FileUtil::
RemoveFile
(logPath);
in AnalysisFaultlog()
/base/hiviewdfx/hisysevent/adapter/native/idl/src/
H
A
D
file_util.cpp
47
bool
RemoveFile
(const std::string& file)
in RemoveFile()
function
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H
A
D
data_publisher_sys_event_callback.cpp
74
if (!FileUtil::
RemoveFile
(srcPath)) {
in HandleEventFile()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/
H
A
D
file_util.cpp
49
bool
RemoveFile
(const std::string& file)
in RemoveFile()
function
81
return
RemoveFile
(dir);
in ForceRemoveDirectory()
/base/hiviewdfx/hiview/plugins/freeze_detector/test/unittest/common/
H
A
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/hidumper/services/native/src/
H
A
D
dump_log_manager.cpp
88
RemoveFile
(str);
in EraseLogs()
/base/request/request/frameworks/cj/ffi/src/
H
A
D
cj_notify_data_listener.cpp
79
RemoveFile
(filePath);
in ProcessHeaderReceive()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
H
A
D
os_event_listener.cpp
103
(void)FileUtil::
RemoveFile
(file);
in Init()
218
(void)FileUtil::
RemoveFile
(file);
in HandleInotify()
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/utils/
H
A
D
trace_manager.cpp
136
FileUtil::
RemoveFile
(UNIFIED_SHARE_TEMP_PATH + fileName);
in RecoverTmpTrace()
Completed in 8 milliseconds
1
2
3