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);
89 return android::procpartition::getCmdline(pid); in parseCmdline()92 const std::string &ListCommand::getCmdline(pid_t pid) { in getCmdline() function in android::lshal::ListCommand106 return pid == myPid || this->getCmdline(pid).empty(); in removeDeadProcesses()344 entry.serverCmdline = getCmdline(entry.serverPid); in postprocess()347 entry.clientCmdlines.push_back(this->getCmdline(pid)); in postprocess()
124 const std::string& getCmdline(pid_t pid);