Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DWatchdogProcessService.cpp1033 std::string procCmdLine = retCmdLine.value(); in reportTerminatedProcessToVhal() local
1038 .value.stringValue = procCmdLine, in reportTerminatedProcessToVhal()
1043 procCmdLine.c_str()); in reportTerminatedProcessToVhal()
1082 std::string procCmdLine; in readProcCmdLine() local
1083 if (ReadFileToString(cmdLinePath, &procCmdLine)) { in readProcCmdLine()
1084 std::replace(procCmdLine.begin(), procCmdLine.end(), '\0', ' '); in readProcCmdLine()
1085 procCmdLine = Trim(procCmdLine); in readProcCmdLine()
1086 return procCmdLine; in readProcCmdLine()