Searched refs:pipeWrite (Results 1 – 2 of 2) sorted by relevance
219 unique_fd pipeRead, pipeWrite; in startTethering() local220 if (!Pipe(&pipeRead, &pipeWrite, O_CLOEXEC)) { in startTethering()307 mDaemonFd = pipeWrite.release(); in startTethering()
644 unique_fd pipeRead, pipeWrite; in getMapBtfInfo() local645 if (!android::base::Pipe(&pipeRead, &pipeWrite, O_NONBLOCK)) { in getMapBtfInfo()655 auto pipeFdStr = std::to_string(pipeWrite.release()); in getMapBtfInfo()664 pipeWrite.reset(); in getMapBtfInfo()