Home
last modified time | relevance | path

Searched refs:readProcCmdLine (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/services/Car/cpp/watchdog/server/src/
H A DWatchdogProcessService.h208 android::base::Result<std::string> readProcCmdLine(int32_t pid);
H A DWatchdogProcessService.cpp651 const auto& retCmdLine = readProcCmdLine(pid); in reportTerminatedProcessToVhal()
695 Result<std::string> WatchdogProcessService::readProcCmdLine(int32_t pid) { in readProcCmdLine() function in android::automotive::watchdog::WatchdogProcessService