Searched refs:pipe_read (Results 1 – 2 of 2) sorted by relevance
1529 unique_fd pipe_read, pipe_write; in get_class_loader_context_dex_paths() local1530 if (!Pipe(&pipe_read, &pipe_write)) { in get_class_loader_context_dex_paths()1543 pipe_read.reset(); in get_class_loader_context_dex_paths()1553 if (!ReadFdToString(pipe_read, &str_dex_paths)) { in get_class_loader_context_dex_paths()1557 pipe_read.reset(); in get_class_loader_context_dex_paths()2236 unique_fd pipe_read, pipe_write; in hash_secondary_dex_file() local2237 if (!Pipe(&pipe_read, &pipe_write)) { in hash_secondary_dex_file()2248 pipe_read.reset(); in hash_secondary_dex_file()2298 if (!ReadFully(pipe_read, out_secondary_dex_hash->data(), out_secondary_dex_hash->size())) { in hash_secondary_dex_file()
1720 ParcelFileDescriptor[] pipe_read = ParcelFileDescriptor.createPipe(); in executeShellCommandInternal() local1721 source_read = pipe_read[0]; in executeShellCommandInternal()1722 sink_read = pipe_read[1]; in executeShellCommandInternal()