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