Searched refs:readProcCmdLine (Results 1 – 2 of 2) sorted by relevance
280 android::base::Result<std::string> readProcCmdLine(int32_t pid);
1027 const auto& retCmdLine = readProcCmdLine(processIdentifier.pid); in reportTerminatedProcessToVhal()1080 Result<std::string> WatchdogProcessService::readProcCmdLine(int32_t pid) { in readProcCmdLine() function in android::automotive::watchdog::WatchdogProcessService