Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DUiAutomation.java1165 ParcelFileDescriptor[] pipe_write = ParcelFileDescriptor.createPipe(); in executeShellCommandRw() local
1166 source_write = pipe_write[0]; in executeShellCommandRw()
1167 sink_write = pipe_write[1]; in executeShellCommandRw()
/frameworks/native/cmds/installd/
Ddexopt.cpp1865 unique_fd pipe_read, pipe_write; in get_class_loader_context_dex_paths() local
1866 if (!Pipe(&pipe_read, &pipe_write)) { in get_class_loader_context_dex_paths()
1877 while ((dup2(pipe_write, STDOUT_FILENO) == -1) && (errno == EINTR)) {} in get_class_loader_context_dex_paths()
1878 pipe_write.reset(); in get_class_loader_context_dex_paths()
1886 pipe_write.reset(); in get_class_loader_context_dex_paths()
2463 unique_fd pipe_read, pipe_write; in hash_secondary_dex_file() local
2464 if (!Pipe(&pipe_read, &pipe_write)) { in hash_secondary_dex_file()
2510 if (!WriteFully(pipe_write, hash.data(), hash.size())) { in hash_secondary_dex_file()
2518 pipe_write.reset(); in hash_secondary_dex_file()