Home | History | Annotate | Download | only in map

Lines Matching full:fdout

1170             ParcelFileDescriptor fdOut = null;
1185 fdOut = mProviderClient.openFile(uriNew, "w");
1186 os = new FileOutputStream(fdOut.getFileDescriptor());
1201 if(fdOut != null)
1202 fdOut.close();