Searched refs:fromChild (Results 1 – 1 of 1) sorted by relevance
381 FILE* fromChild = fdopen(pipeRead, "r"); in StartUpdaterProc() local382 UPDATER_ERROR_CHECK(fromChild != nullptr, "fdopen pipeRead failed", return UPDATE_ERROR); in StartUpdaterProc()383 while (fgets(buffer, MAX_BUFFER_SIZE - 1, fromChild) != nullptr) { in StartUpdaterProc()390 fclose(fromChild); in StartUpdaterProc()