Searched refs:HILOG_FILE_DIR (Results 1 – 5 of 5) sorted by relevance
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()
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()
49 static const string LOG_PERSISTER_DIR = HILOG_FILE_DIR;581 int ret = WaitingToDo(WAITING_DATA_MS, HILOG_FILE_DIR, [](const string &path) { in HandlePersistStartRqst()
30 #define HILOG_FILE_DIR "/data/log/hilog/" macro
146 << " The files are saved in directory: " << HILOG_FILE_DIR << endl in PersistTaskHelper()