Home
last modified time | relevance | path

Searched refs:LoadStringFromProcCb (Results 1 - 9 of 9) sorted by relevance

/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/parse/
H A Dparse_meminfo.cpp58 bool ret = FileUtils::GetInstance().LoadStringFromProcCb(path, false, true, [&](const string& line) -> void { in GetMeminfo()
H A Dparse_vmallocinfo.cpp52 bool ret = FileUtils::GetInstance().LoadStringFromProcCb(path, false, true, [&](const string& line) -> void { in GetVmallocinfo()
H A Dparse_smaps_rollup_info.cpp82 bool ret = FileUtils::GetInstance().LoadStringFromProcCb(path, false, true, [&](const string& line) -> void { in GetMemInfo()
H A Dparse_smaps_info.cpp104 bool ret = FileUtils::GetInstance().LoadStringFromProcCb(path, false, true, [&](const string& line) -> void { in GetInfo()
141 bool ret = FileUtils::GetInstance().LoadStringFromProcCb(path, false, true, [&](const string& line) -> void { in ShowSmapsData()
/base/hiviewdfx/hidumper/frameworks/native/include/util/
H A Dfile_utils.h32 bool LoadStringFromProcCb(const std::string& path, bool oneLine, bool lineEndWithN, const DataHandler& func);
/base/hiviewdfx/hidumper/services/native/src/
H A Ddump_common_utils.cpp180 bool ret = FileUtils::GetInstance().LoadStringFromProcCb(path, true, false, [&](const string& line) -> void { in IsUserPid()
222 bool ret = FileUtils::GetInstance().LoadStringFromProcCb(file, false, false, [&](const std::string& line) -> void { in GetLinesInFile()
267 bool ret = FileUtils::GetInstance().LoadStringFromProcCb(filePath, false, false, [&](const string& line) -> void { in GetProcessNameByPid()
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Ddma_info.cpp78 bool ret = FileUtils::GetInstance().LoadStringFromProcCb(path, false, true, [&](const string &line) -> void { in ParseDmaInfo()
H A Dmemory_info.cpp647 bool ret = FileUtils::GetInstance().LoadStringFromProcCb(path, true, true, [&](const string& line) -> void { in GetVss()
/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dfile_utils.cpp53 bool FileUtils::LoadStringFromProcCb(const std::string& path, bool oneLine, bool endWithoutN, const DataHandler& func) in LoadStringFromProcCb() function in OHOS::HiviewDFX::FileUtils

Completed in 5 milliseconds