Home
last modified time | relevance | path

Searched refs:GetNamesInFolder (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hidumper/services/native/src/
H A Ddump_common_utils.cpp117 if (!GetNamesInFolder("/sys/devices/system/cpu/", names)) { in GetCpuInfos()
154 if (!GetNamesInFolder("/proc/", names)) { in GetPidInfos()
195 if (!GetNamesInFolder("/proc/", files)) { in GetUserPids()
232 bool DumpCommonUtils::GetNamesInFolder(const std::string& folder, std::vector<std::string>& names) in GetNamesInFolder() function in OHOS::HiviewDFX::DumpCommonUtils
/ohos5.0/base/hiviewdfx/hidumper/interfaces/native/innerkits/include/
H A Ddump_common_utils.h61 static bool GetNamesInFolder(const std::string& folder, std::vector<std::string>& names);