Searched refs:getCmdline (Results 1 – 4 of 4) sorted by relevance
47 std::string getCmdline(pid_t pid) { in getCmdline() function82 const auto& cmdline = getCmdline(pid); in getPartitionFromCmdline()
41 std::string getCmdline(pid_t pid);
73 return android::procpartition::getCmdline(pid); in parseCmdline()76 const std::string &ListCommand::getCmdline(pid_t pid) { in getCmdline() function in android::lshal::ListCommand88 return pid == myPid || this->getCmdline(pid).empty(); in removeDeadProcesses()242 entry.serverCmdline = getCmdline(entry.serverPid); in postprocess()245 entry.clientCmdlines.push_back(this->getCmdline(pid)); in postprocess()
110 const std::string& getCmdline(pid_t pid);