HomeSort by relevance Sort by last modified time
    Searched defs:copyFile (Results 1 - 25 of 31) sorted by null

1 2

  /cts/common/device-side/util/src/com/android/compatibility/common/util/
FileCopyHelper.java 65 copyFile(source, target);
73 copyFile(source, target);
76 private void copyFile(InputStream source, OutputStream target) throws IOException {
  /cts/libs/deviceutil/src/android/cts/util/
FileCopyHelper.java 65 copyFile(source, target);
73 copyFile(source, target);
76 private void copyFile(InputStream source, OutputStream target) throws IOException {
  /cts/tools/vm-tests-tf/src/util/build/
BuildStep.java 106 public static void copyFile(File in, File out) throws IOException {
JarBuildStep.java 43 copyFile(inputFile.fileName, tempFile);
  /development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
FileTransferService.java 67 DeviceDetailFragment.copyFile(is, stream);
DeviceDetailFragment.java 242 copyFile(inputstream, new FileOutputStream(f));
278 public static boolean copyFile(InputStream inputStream, OutputStream out) {
  /bionic/libc/tools/zoneinfo/
ZoneCompactor.java 40 private static void copyFile(File inFile, OutputStream out) throws Exception {
83 copyFile(sourceFile, allData);
  /build/libs/host/
CopyFile.c 11 #include <host/CopyFile.h>
640 int copyFile(const char* src, const char* dst, unsigned int options)
  /external/apache-harmony/support/src/test/java/tests/support/resource/
Support_Resources.java 51 copyFile(resources, folder, name);
78 public static void copyFile(File root, String folder, String file) {
96 throw new RuntimeException("copyFile failed: root=" + root + " folder=" + folder + " file=" + file + " (src=" + src + ")", e);
  /external/doclava/src/com/google/doclava/
ClearPage.java 160 public static void copyFile(boolean allowExcepted, File from, String toPath) {
SampleCode.java 209 ClearPage.copyFile(false, f, path);
223 ClearPage.copyFile(false, f, path);
Doclava.java 797 ClearPage.copyFile(allowExcepted, f, templ);
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
URLClassLoaderTest.java 231 Support_Resources.copyFile(resources, "JarIndex", "hyts_11.jar");
232 Support_Resources.copyFile(resources, "JarIndex", "hyts_12.jar");
233 Support_Resources.copyFile(resources, "JarIndex", "hyts_13.jar");
234 Support_Resources.copyFile(resources, "JarIndex", "hyts_14.jar");
248 Support_Resources.copyFile(resources, "JarIndex", "hyts_21.jar");
249 Support_Resources.copyFile(resources, "JarIndex", "hyts_22.jar");
250 Support_Resources.copyFile(resources, "JarIndex", "hyts_23.jar");
292 Support_Resources.copyFile(resources, "JarIndex", "hyts_22-new.jar");
296 Support_Resources.copyFile(resources, "JarIndex", "hyts_11.jar");
308 Support_Resources.copyFile(resources, "JarIndex", "hyts_41.jar")
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/utils/
Util.java 163 public static boolean copyFile(File src, File dest) {
  /external/chromium_org/ui/file_manager/file_manager/background/js/
test_util.js 516 test.util.sync.copyFile = function(contentWindow, filename) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar 
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
org.eclipse.debug.core_3.6.0.v20100519.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 

Completed in 309 milliseconds

1 2