Searched refs:procCmdlinePath (Results 1 – 3 of 3) sorted by relevance
61 std::string procCmdlinePath = "/proc/" + std::to_string(pid) + "/cmdline"; in GetProcessNameFromProcCmdline() local62 std::string procCmdlineContent = GetFirstLine(procCmdlinePath); in GetProcessNameFromProcCmdline()
39 std::string procCmdlinePath = "/proc/" + std::to_string(pid) + "/cmdline"; in GetProcessNameFromProcCmdline() local40 std::string procCmdlineContent = FileUtil::GetFirstLine(procCmdlinePath); in GetProcessNameFromProcCmdline()
133 std::string procCmdlinePath = "/proc/" + pidStr + "/cmdline"; in GetProcessNameFromProcCmdline() local134 std::string procCmdlineContent = GetFirstLine(procCmdlinePath); in GetProcessNameFromProcCmdline()