Searched refs:procFileInfo (Results 1 – 1 of 1) sorted by relevance
261 FILE *procFileInfo = nullptr; in RunCommand() local262 procFileInfo = popen(cmd.c_str(), "r"); in RunCommand()263 if (procFileInfo == nullptr) { in RunCommand()268 while (fgets(resultBufShell, sizeof(resultBufShell), procFileInfo) != nullptr) { in RunCommand()274 pclose(procFileInfo); in RunCommand()