Searched defs:procPath (Results 1 – 3 of 3) sorted by relevance
50 static const std::string procPath = "/proc"; in GetTaskPidFile() local102 static const std::string procPath = "/proc/" + std::to_string(pid) + "/stat"; in GetProcOccupy() local
128 char procPath[PATH_MAX] = {}; in ProcessMgrRemoveApp() local
127 static bool GetSmapsFromProcPath(const std::string& procPath, ProcessMemory& procMem) in GetSmapsFromProcPath()