Searched refs:copyFile (Results 1 – 3 of 3) sorted by relevance
88 type copyFile struct { struct106 Copyfile copyFile `xml:"copyfile"`
67 DeviceDetailFragment.copyFile(is, stream); in onHandleIntent()
241 copyFile(inputstream, new FileOutputStream(f)); in doInBackground()284 public static boolean copyFile(InputStream inputStream, OutputStream out) { in copyFile() method in DeviceDetailFragment