Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DWatchdogProcessService.h280 android::base::Result<std::string> readProcCmdLine(int32_t pid);
DWatchdogProcessService.cpp1027 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