Searched refs:pipeRead (Results 1 – 1 of 1) sorted by relevance
246 unique_fd pipeRead, pipeWrite; in startTethering() local247 if (!Pipe(&pipeRead, &pipeWrite, O_CLOEXEC)) { in startTethering()308 res = posix_spawn_file_actions_adddup2(&fa, pipeRead.get(), STDIN_FILENO); in startTethering()