Searched refs:procPath (Results 1 – 1 of 1) sorted by relevance
103 char procPath[128]; in getProcessCmdline() local104 snprintf(procPath, 128, "/proc/%ld/cmdline", pid); in getProcessCmdline()105 FILE * file = fopen(procPath, "r"); in getProcessCmdline()