Searched refs:procCmdLine (Results 1 – 1 of 1) sorted by relevance
1033 std::string procCmdLine = retCmdLine.value(); in reportTerminatedProcessToVhal() local1038 .value.stringValue = procCmdLine, in reportTerminatedProcessToVhal()1043 procCmdLine.c_str()); in reportTerminatedProcessToVhal()1082 std::string procCmdLine; in readProcCmdLine() local1083 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()