HomeSort by relevance Sort by last modified time
    Searched refs:getCmdline (Results 1 - 5 of 5) sorted by null

  /frameworks/native/cmds/lshal/libprocpartition/include/procpartition/
procpartition.h 41 std::string getCmdline(pid_t pid);
  /frameworks/native/cmds/lshal/libprocpartition/
procpartition.cpp 47 std::string getCmdline(pid_t pid) {
82 const auto& cmdline = getCmdline(pid);
  /frameworks/native/cmds/lshal/
ListCommand.h 110 const std::string& getCmdline(pid_t pid);
111 // Call getCmdline on all pid in pids. If it returns empty string, the process might
ListCommand.cpp 73 return android::procpartition::getCmdline(pid);
76 const std::string &ListCommand::getCmdline(pid_t pid) {
88 return pid == myPid || this->getCmdline(pid).empty();
242 entry.serverCmdline = getCmdline(entry.serverPid);
245 entry.clientCmdlines.push_back(this->getCmdline(pid));
    [all...]
  /prebuilts/misc/common/frameworks/
platformprotos-prebuilt.jar 

Completed in 66 milliseconds