Searched defs:procPath (Results 1 – 2 of 2) sorted by relevance
50 static const std::string procPath = "/proc"; in GetTaskPidFile() local128 static const std::string procPath = "/proc/" + std::to_string(pid) + "/stat"; in GetProcOccupy() local
611 std::stringstream procPath; in IsProcessAlive() local