Home
last modified time | relevance | path

Searched refs:HILOG_FILE_DIR (Results 1 – 5 of 5) sorted by relevance

/base/hiviewdfx/hilog/services/hilogd/
Dmain.cpp110 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()
Dlog_persister_rotator.cpp42 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()
Dservice_controller.cpp49 static const string LOG_PERSISTER_DIR = HILOG_FILE_DIR;
581 int ret = WaitingToDo(WAITING_DATA_MS, HILOG_FILE_DIR, [](const string &path) { in HandlePersistStartRqst()
/base/hiviewdfx/hilog/frameworks/libhilog/include/
Dhilog_common.h30 #define HILOG_FILE_DIR "/data/log/hilog/" macro
/base/hiviewdfx/hilog/services/hilogtool/
Dmain.cpp146 << " The files are saved in directory: " << HILOG_FILE_DIR << endl in PersistTaskHelper()