Home
last modified time | relevance | path

Searched refs:pipeWrite (Results 1 – 1 of 1) sorted by relevance

/system/netd/server/
DTetherController.cpp219 unique_fd pipeRead, pipeWrite; in startTethering() local
220 if (!Pipe(&pipeRead, &pipeWrite, O_CLOEXEC)) { in startTethering()
307 mDaemonFd = pipeWrite.release(); in startTethering()