Searched refs:retCmdLine (Results 1 – 1 of 1) sorted by relevance
1027 const auto& retCmdLine = readProcCmdLine(processIdentifier.pid); in reportTerminatedProcessToVhal() local1028 if (!retCmdLine.ok()) { in reportTerminatedProcessToVhal()1030 retCmdLine.error().message().c_str()); in reportTerminatedProcessToVhal()1033 std::string procCmdLine = retCmdLine.value(); in reportTerminatedProcessToVhal()