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