Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/services/hilogd/
Dservice_controller.cpp49 static const string LOG_PERSISTER_DIR = HILOG_FILE_DIR; variable
562 string filePath = LOG_PERSISTER_DIR + fileName; in PersistStartRqst2Msg()
903 DIR *dir = opendir(LOG_PERSISTER_DIR.c_str()); in RestorePersistJobs()
916 std::cout << " Found a persist job! Path: " << LOG_PERSISTER_DIR + pPath << "\n"; in RestorePersistJobs()
917 FILE* infile = fopen((LOG_PERSISTER_DIR + pPath).c_str(), "r"); in RestorePersistJobs()