Home
last modified time | relevance | path

Searched refs:firstLine (Results 1 - 3 of 3) sorted by relevance

/base/hiviewdfx/hiview/base/utility/
H A Dfile_util.cpp383 std::string firstLine; in GetFirstLine() local
384 getline(inFile, firstLine); in GetFirstLine()
386 return firstLine; in GetFirstLine()
/base/hiviewdfx/hicollie/frameworks/native/
H A Dxcollie_utils.cpp114 std::string firstLine; in GetFirstLine() local
115 getline(inFile, firstLine); in GetFirstLine()
117 return firstLine; in GetFirstLine()
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Dpeer_binder_catcher.cpp290 std::string firstLine = FileUtil::GetFirstLine(cgroupPath); in IsAncoProc() local
291 return firstLine.find("isulad") != std::string::npos; in IsAncoProc()

Completed in 4 milliseconds