Searched refs:procCmdLine (Results 1 – 1 of 1) sorted by relevance
657 std::string procCmdLine = retCmdLine.value(); in reportTerminatedProcessToVhal() local664 .stringValue = procCmdLine, in reportTerminatedProcessToVhal()670 procCmdLine.c_str()); in reportTerminatedProcessToVhal()697 std::string procCmdLine; in readProcCmdLine() local698 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()