Searched refs:memory_path (Results 1 – 1 of 1) sorted by relevance
394 std::string memory_path; in KillProcessGroup() local395 CgroupGetControllerPath("memory", &memory_path); in KillProcessGroup()396 memory_path += "/apps"; in KillProcessGroup()397 if (RemoveProcessGroup(memory_path.c_str(), uid, initialPid, retries)) return -1; in KillProcessGroup()