Searched defs:dup (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
H A DParcelFileDescriptor.java122 * Create a new ParcelFileDescriptor that is a dup of an existing
127 public static ParcelFileDescriptor dup(FileDescriptor orig) throws IOException { method in class:ParcelFileDescriptor
133 * Create a new ParcelFileDescriptor that is a dup of the existing
138 public ParcelFileDescriptor dup() throws IOException { method in class:ParcelFileDescriptor
139 return dup(getFileDescriptor());
144 * ParcelFileDescriptor holds a dup of the original fd passed in here,
147 * @param fd The native fd that the ParcelFileDescriptor should dup.
150 * for a dup of the given fd.
180 * ParcelFileDescriptor holds a dup of the original FileDescriptor in

Completed in 59 milliseconds