Searched refs:cmdLinePath (Results 1 – 1 of 1) sorted by relevance
1081 std::string cmdLinePath = StringPrintf("/proc/%d/cmdline", pid); in readProcCmdLine() local1083 if (ReadFileToString(cmdLinePath, &procCmdLine)) { in readProcCmdLine()1088 return Error() << "Failed to read " << cmdLinePath; in readProcCmdLine()