Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_read.cpp36 constexpr char APP_EVENT_DIR[] = "/hiappevent/"; variable
108 ifstream fin(logPersistDir + string(APP_EVENT_DIR) + fileName); in ParseSingFileLogs()
199 DIR* dir = opendir((logPersistDir + APP_EVENT_DIR).c_str()); in AllMatchedLogFiles()
Dhiappevent_config.cpp38 const std::string APP_EVENT_DIR = "/hiappevent/"; variable
238 std::string dir = context->GetFilesDir() + APP_EVENT_DIR; in GetStorageDir()