Home
last modified time | relevance | path

Searched refs:LoadLinesFromFile (Results 1 - 7 of 7) sorted by relevance

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/include/
H A Dfile_util.h40 bool LoadLinesFromFile(const std::string& filePath, std::vector<std::string>& lines);
/base/hiviewdfx/hiview/framework/native/unified_collection/utils/
H A Dcpu_util.cpp104 if (!FileUtil::LoadLinesFromFile(procStatPath, lines) || lines.empty()) { in GetCpuTimeInfos()
/base/hiviewdfx/hiview/base/utility/include/
H A Dfile_util.h63 bool LoadLinesFromFile(const std::string& filePath, std::vector<std::string>& lines);
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/
H A Dfile_util.cpp209 bool LoadLinesFromFile(const std::string& filePath, std::vector<std::string>& lines) in LoadLinesFromFile() function
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
H A Dos_event_listener.cpp226 if (!FileUtil::LoadLinesFromFile(filePath, lines)) { in GetEventsFromFiles()
/base/hiviewdfx/hiview/base/utility/
H A Dfile_util.cpp44 bool LoadLinesFromFile(const std::string& filePath, std::vector<std::string>& lines) in LoadLinesFromFile() function
/base/hiviewdfx/hiview/plugins/eventlogger/
H A Devent_logger.cpp262 FileUtil::LoadLinesFromFile(historyFile, lines); in SaveDbToFile()

Completed in 5 milliseconds