Home
last modified time | relevance | path

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

/system/core/adb/
Dadb.cpp497 unique_handle pipe_read(pipe_read_raw); in _create_anonymous_pipe() local
502 if (!_make_handle_noninheritable(pipe_read.get())) { in _create_anonymous_pipe()
506 *pipe_read_out = std::move(pipe_read); in _create_anonymous_pipe()