Home
last modified time | relevance | path

Searched refs:getCmdline (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/cmds/lshal/libprocpartition/
Dprocpartition.cpp47 std::string getCmdline(pid_t pid) { in getCmdline() function
82 const auto& cmdline = getCmdline(pid); in getPartitionFromCmdline()
/frameworks/native/cmds/lshal/libprocpartition/include/procpartition/
Dprocpartition.h41 std::string getCmdline(pid_t pid);
/frameworks/native/cmds/lshal/
DListCommand.cpp89 return android::procpartition::getCmdline(pid); in parseCmdline()
92 const std::string &ListCommand::getCmdline(pid_t pid) { in getCmdline() function in android::lshal::ListCommand
106 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()
DListCommand.h124 const std::string& getCmdline(pid_t pid);