Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DWrapperInit.java105 int targetSdkVersion, String instructionSet, FileDescriptor pipeFd, in execApplication() argument
131 command.append(pipeFd != null ? pipeFd.getInt$() : 0); in execApplication()
DZygoteConnection.java561 FileDescriptor pipeFd, boolean isZygote) { in handleChildProc() argument
593 pipeFd, parsedArgs.mRemainingArgs); in handleChildProc()
617 private void handleParentProc(int pid, FileDescriptor[] descriptors, FileDescriptor pipeFd) { in handleParentProc() argument
629 if (pipeFd != null && pid > 0) { in handleParentProc()
647 fds[0].fd = pipeFd; in handleParentProc()
660 int readBytes = android.system.Os.read(pipeFd, data, dataIndex, 1); in handleParentProc()