Searched refs:fullCmd (Results 1 – 1 of 1) sorted by relevance
314 std::string fullCmd = CMD_FORMAT + std::to_string(pid); in GetMemInfoByMemoryService() local317 std::unique_ptr<FILE, int (*)(FILE*)> fp(popen(fullCmd.c_str(), "r"), pclose); in GetMemInfoByMemoryService()