Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Dpeer_binder_catcher.cpp71 binderPath_ = filePath; in Init()
83 if (!FileUtil::FileExists(binderPath_)) { in Catch()
84 std::string content = binderPath_ + " : file isn't exists\r\n"; in Catch()
284 std::string path = binderPath_; in GetBinderPeerPids()
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/include/
H A Dpeer_binder_catcher.h60 std::string binderPath_ = LOGGER_BINDER_DEBUG_PROC_PATH; variable