Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Ddexopt.cpp1448 unique_fd pipe_read, pipe_write; in get_class_loader_context_dex_paths() local
1449 if (!Pipe(&pipe_read, &pipe_write)) { in get_class_loader_context_dex_paths()
1462 pipe_read.reset(); in get_class_loader_context_dex_paths()
1472 if (!ReadFdToString(pipe_read, &str_dex_paths)) { in get_class_loader_context_dex_paths()
1476 pipe_read.reset(); in get_class_loader_context_dex_paths()
2072 unique_fd pipe_read, pipe_write; in hash_secondary_dex_file() local
2073 if (!Pipe(&pipe_read, &pipe_write)) { in hash_secondary_dex_file()
2084 pipe_read.reset(); in hash_secondary_dex_file()
2134 if (!ReadFully(pipe_read, out_secondary_dex_hash->data(), out_secondary_dex_hash->size())) { in hash_secondary_dex_file()
/frameworks/base/core/java/android/app/
DUiAutomation.java1412 ParcelFileDescriptor[] pipe_read = ParcelFileDescriptor.createPipe(); in executeShellCommandInternal() local
1413 source_read = pipe_read[0]; in executeShellCommandInternal()
1414 sink_read = pipe_read[1]; in executeShellCommandInternal()