Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/cpp/watchdog/server/src/
H A DWatchdogProcessService.cpp657 std::string procCmdLine = retCmdLine.value(); in reportTerminatedProcessToVhal() local
664 .stringValue = procCmdLine, in reportTerminatedProcessToVhal()
670 procCmdLine.c_str()); in reportTerminatedProcessToVhal()
697 std::string procCmdLine; in readProcCmdLine() local
698 if (ReadFileToString(cmdLinePath, &procCmdLine)) { in readProcCmdLine()
699 std::replace(procCmdLine.begin(), procCmdLine.end(), '\0', ' '); in readProcCmdLine()
700 procCmdLine = Trim(procCmdLine); in readProcCmdLine()
701 return procCmdLine; in readProcCmdLine()