Searched refs:ROOT_PROC_PATH (Results 1 – 3 of 3) sorted by relevance
40 const std::string KernelInterface::ROOT_PROC_PATH = "/proc"; member in OHOS::Memory::KernelInterface406 DIR *dir = opendir(ROOT_PROC_PATH.c_str()); in GetAllProcPids()408 HILOGE("dir %{public}s is not exist", ROOT_PROC_PATH.c_str()); in GetAllProcPids()426 HILOGD("there are %{public}zu pids under %{public}s", pids.size(), ROOT_PROC_PATH.c_str()); in GetAllProcPids()432 std::string path = JoinPath(ROOT_PROC_PATH, std::to_string(pid), "status"); in GetUidByPid()
85 static const std::string ROOT_PROC_PATH; variable
97 …std::string path = KernelInterface::GetInstance().JoinPath(KernelInterface::ROOT_PROC_PATH, std::t… in GetProcPurgeableHeapInfo()