Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/cpp/watchdog/server/src/
H A DWatchdogProcessService.cpp651 const auto& retCmdLine = readProcCmdLine(pid); in reportTerminatedProcessToVhal() local
652 if (!retCmdLine.ok()) { in reportTerminatedProcessToVhal()
654 retCmdLine.error().message().c_str()); in reportTerminatedProcessToVhal()
657 std::string procCmdLine = retCmdLine.value(); in reportTerminatedProcessToVhal()