Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hidumper/services/native/src/
H A Ddump_common_utils.cpp180 …bool ret = FileUtils::GetInstance().LoadStringFromProcCb(path, true, false, [&](const string& line… in IsUserPid()
222 …bool ret = FileUtils::GetInstance().LoadStringFromProcCb(file, false, false, [&](const std::string… in GetLinesInFile()
267 …bool ret = FileUtils::GetInstance().LoadStringFromProcCb(filePath, false, false, [&](const string&… in GetProcessNameByPid()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/util/
H A Dfile_utils.h32 …bool LoadStringFromProcCb(const std::string& path, bool oneLine, bool lineEndWithN, const DataHand…
/ohos5.0/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… in GetMeminfo()
H A Dparse_smaps_info.cpp105 …bool ret = FileUtils::GetInstance().LoadStringFromProcCb(path, false, true, [&](const string& line… in GetInfo()
159 …bool ret = FileUtils::GetInstance().LoadStringFromProcCb(path, false, true, [&](const string& line… in ShowSmapsData()
H A Dparse_vmallocinfo.cpp52 …bool ret = FileUtils::GetInstance().LoadStringFromProcCb(path, false, true, [&](const string& line… in GetVmallocinfo()
H A Dparse_smaps_rollup_info.cpp82 …bool ret = FileUtils::GetInstance().LoadStringFromProcCb(path, false, true, [&](const string& line… in GetMemInfo()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Ddma_info.cpp78 …bool ret = FileUtils::GetInstance().LoadStringFromProcCb(path, false, true, [&](const string &line… in ParseDmaInfo()
H A Dmemory_info.cpp652 …bool ret = FileUtils::GetInstance().LoadStringFromProcCb(path, true, true, [&](const string& line)… in GetVss()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dfile_utils.cpp54 bool FileUtils::LoadStringFromProcCb(const std::string& path, bool oneLine, bool endWithoutN, const… in LoadStringFromProcCb() function in OHOS::HiviewDFX::FileUtils