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