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:HILOG_FILE_DIR
(Results
1 - 6
of
6
) sorted by relevance
/base/hiviewdfx/hilog/services/hilogd/
H
A
D
main.cpp
110
int ret = WaitingToDo(WAITING_DATA_MS,
HILOG_FILE_DIR
, [](const string &path) {
in RedirectStdStreamToLogFile()
118
const char *path =
HILOG_FILE_DIR
"hilogd_debug.txt";
in RedirectStdStreamToLogFile()
173
int ret = WaitingToDo(WAITING_DATA_MS,
HILOG_FILE_DIR
, [](const string &path) {
in HilogdEntry()
H
A
D
log_persister_rotator.cpp
42
std::string fileNameHead = m_logsPath.substr(strlen(
HILOG_FILE_DIR
), m_logsPath.size());
in IsOldFile()
112
if ((dir = opendir(
HILOG_FILE_DIR
)) != nullptr) {
in RemoveOldFile()
117
remove((
HILOG_FILE_DIR
+ pPath).c_str());
in RemoveOldFile()
H
A
D
log_persister.cpp
444
if ((dir = opendir(
HILOG_FILE_DIR
)) != nullptr) {
in Clear()
449
remove((
HILOG_FILE_DIR
+ dName).c_str());
in Clear()
H
A
D
service_controller.cpp
49
static const string LOG_PERSISTER_DIR =
HILOG_FILE_DIR
;
598
int ret = WaitingToDo(WAITING_DATA_MS,
HILOG_FILE_DIR
, [](const string &path) {
in HandlePersistStartRqst()
/base/hiviewdfx/hilog/frameworks/libhilog/include/
H
A
D
hilog_common.h
29
#define
HILOG_FILE_DIR
"/data/log/hilog/"
macro
/base/hiviewdfx/hilog/services/hilogtool/
H
A
D
main.cpp
155
<< " The files are saved in directory: " <<
HILOG_FILE_DIR
<< endl
in PersistTaskHelper()
Completed in 8 milliseconds