Searched refs:pipe_read (Results 1 – 2 of 2) sorted by relevance
1161 ParcelFileDescriptor[] pipe_read = ParcelFileDescriptor.createPipe(); in executeShellCommandRw() local1162 source_read = pipe_read[0]; in executeShellCommandRw()1163 sink_read = pipe_read[1]; in executeShellCommandRw()
1865 unique_fd pipe_read, pipe_write; in get_class_loader_context_dex_paths() local1866 if (!Pipe(&pipe_read, &pipe_write)) { in get_class_loader_context_dex_paths()1879 pipe_read.reset(); in get_class_loader_context_dex_paths()1889 if (!ReadFdToString(pipe_read, &str_dex_paths)) { in get_class_loader_context_dex_paths()1893 pipe_read.reset(); in get_class_loader_context_dex_paths()2463 unique_fd pipe_read, pipe_write; in hash_secondary_dex_file() local2464 if (!Pipe(&pipe_read, &pipe_write)) { in hash_secondary_dex_file()2475 pipe_read.reset(); in hash_secondary_dex_file()2521 if (!ReadFully(pipe_read, out_secondary_dex_hash->data(), out_secondary_dex_hash->size())) { in hash_secondary_dex_file()