Home
last modified time | relevance | path

Searched refs:HILOG_FILE_DIR (Results 1 - 6 of 6) sorted by relevance

/base/hiviewdfx/hilog/services/hilogd/
H A 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()
H A 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()
H A Dlog_persister.cpp444 if ((dir = opendir(HILOG_FILE_DIR)) != nullptr) { in Clear()
449 remove((HILOG_FILE_DIR + dName).c_str()); in Clear()
H A Dservice_controller.cpp49 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 Dhilog_common.h29 #define HILOG_FILE_DIR "/data/log/hilog/" macro
/base/hiviewdfx/hilog/services/hilogtool/
H A Dmain.cpp155 << " The files are saved in directory: " << HILOG_FILE_DIR << endl in PersistTaskHelper()

Completed in 6 milliseconds