Home
last modified time | relevance | path

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

/system/netd/server/
DTetherController.cpp217 unique_fd pipeRead, pipeWrite; in startTethering() local
218 if (!Pipe(&pipeRead, &pipeWrite, O_CLOEXEC)) { in startTethering()
270 int res = setPosixSpawnFileActionsAddDup2(&fa, pipeRead.get(), STDIN_FILENO); in startTethering()