Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
Dpeer_binder_catcher.cpp63 binderPath_ = filePath; in Init()
75 if (!FileUtil::FileExists(binderPath_)) { in Catch()
76 std::string content = binderPath_ + " : file isn't exists\r\n"; in Catch()
168 std::string path = binderPath_; in GetBinderPeerPids()
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/include/
Dpeer_binder_catcher.h57 std::string binderPath_ = LOGGER_BINDER_DEBUG_PROC_PATH; variable