Searched defs:pipe_write (Results 1 - 1 of 1) sorted by last modified time

/frameworks/native/cmds/installd/
H A Ddexopt.cpp2302 unique_fd pipe_read, pipe_write; local
2303 if (!Pipe(&pipe_read, &pipe_write)) {
2349 if (!WriteFully(pipe_write, hash.data(), hash.size())) {
2357 pipe_write.reset();

Completed in 152 milliseconds