Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/include/
Dfile_util.h37 bool LoadLinesFromFile(const std::string& filePath, std::vector<std::string>& lines);
/base/hiviewdfx/hiview/framework/native/unified_collection/utils/
Dcpu_util.cpp104 if (!FileUtil::LoadLinesFromFile(procStatPath, lines) || lines.empty()) { in GetCpuTimeInfos()
/base/hiviewdfx/hiview/base/utility/include/
Dfile_util.h61 bool LoadLinesFromFile(const std::string& filePath, std::vector<std::string>& lines);
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/
Dfile_util.cpp185 bool LoadLinesFromFile(const std::string& filePath, std::vector<std::string>& lines) in LoadLinesFromFile() function
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
Dos_event_listener.cpp184 if (!FileUtil::LoadLinesFromFile(filePath, lines)) { in GetEventsFromFiles()
/base/hiviewdfx/hiview/base/utility/
Dfile_util.cpp41 bool LoadLinesFromFile(const std::string& filePath, std::vector<std::string>& lines) in LoadLinesFromFile() function