Searched defs:pipeWrite (Results 1 – 4 of 4) sorted by relevance
46 FILE *pipeWrite = fdopen(pipeFd, "w"); in main() local
368 void ExcuteSubProc(const UpdaterParams &upParams, const std::string &fullPath, int pipeWrite) in ExcuteSubProc()457 int pipeWrite = pfd[1]; in StartUpdaterProc() local
475 std::unique_ptr<FILE, decltype(&fclose)> pipeWrite(fdopen(pipeFd, "w"), fclose); in ProcessUpdater() local