HomeSort by relevance Sort by last modified time
    Searched refs:readPipe (Results 1 - 3 of 3) sorted by null

  /frameworks/base/cmds/statsd/src/external/
Perfetto.cpp 58 android::base::unique_fd readPipe;
60 if (!android::base::Pipe(&readPipe, &writePipe)) {
79 // Replace stdin with |readPipe| so the main process can write into it.
80 if (dup2(readPipe.get(), STDIN_FILENO) < 0) _exit(1);
81 readPipe.reset();
106 readPipe.reset(); // Close the read end (owned by the child process).
  /device/generic/goldfish/wifi/createns/
createns.cpp 226 Fd readPipe(fds[0]);
273 if (::read(readPipe.get(), &child, sizeof(child)) != sizeof(child)) {
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/
StubProvider.java 441 final ParcelFileDescriptor readPipe = pipe[0];
449 inputStream = new ParcelFileDescriptor.AutoCloseInputStream(readPipe);
460 closePipeWithErrorSilently(readPipe, "Not enough space.");
473 closePipeWithErrorSilently(readPipe, e.getMessage());
    [all...]

Completed in 201 milliseconds