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

1 2 3

  /build/make/tools/libhost/include/host/
CopyFile.h 23 int copyFile(const char* src, const char* dst, unsigned int options);
  /frameworks/av/media/mtp/
MtpUtils.h 35 int copyFile(const char *fromPath, const char *toPath);
MtpUtils.cpp 150 ret += copyFile(oldFile.c_str(), newFile.c_str());
156 int copyFile(const char *fromPath, const char *toPath) {
  /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/common/device-side/util-axt/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/tests/tests/util/src/android/util/cts/
StrictJarFileTest.java 86 copyFile(JAR_1);
94 copyFile(JAR_1);
103 copyFile(JAR_1);
111 copyFile(JAR_1);
153 copyFile(JAR_1);
161 copyFile(JAR_1);
181 copyFile(JAR_1);
189 copyFile(JAR_1);
204 copyFile("Integrate.jar");
212 copyFile("Integrate.jar")
    [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/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);
  /developers/samples/android/connectivity/wifidirect/DirectP2P/Application/src/main/java/com/example/android/wifidirectp2p/
FileTransferService.java 67 DeviceDetailFragment.copyFile(is, stream);
DeviceDetailFragment.java 243 copyFile(inputstream, new FileOutputStream(f));
279 public static boolean copyFile(InputStream inputStream, OutputStream out) {
  /development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
FileTransferService.java 67 DeviceDetailFragment.copyFile(is, stream);
DeviceDetailFragment.java 241 copyFile(inputstream, new FileOutputStream(f));
284 public static boolean copyFile(InputStream inputStream, OutputStream out) {
  /development/tools/repo_diff/service/repodiff/entities/
entities.go 88 type copyFile struct {
106 Copyfile copyFile `xml:"copyfile"`
  /external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
InstrumentMojo.java 80 FileUtils.copyFile(source, backup);
  /external/testng/src/main/java/org/testng/reporters/
Files.java 46 public static void copyFile(InputStream from, File to) throws IOException {
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteWalTest.java 66 private void copyFile(String from, String to) throws Exception {
81 copyFile(from, from + BACKUP_SUFFIX);
85 copyFile(from + BACKUP_SUFFIX, from);
  /cts/tools/vm-tests-tf/build/src/util/build/
BuildStep.java 111 public static void copyFile(File in, File out) throws IOException {
JarBuildStep.java 51 copyFile(inputFile.fileName, tempFile);
  /external/testng/src/main/java/org/testng/reporters/jq/
Main.java 83 Files.copyFile(is, new File(m_outputDirectory, fileName));
  /external/cldr/tools/java/org/unicode/cldr/draft/
FileUtilities.java 406 public static void copyFile(Class<?> class1, String sourceFile, String targetDirectory) {
407 copyFile(class1, sourceFile, targetDirectory, sourceFile, null);
410 public static void copyFile(Class<?> class1, String sourceFile, String targetDirectory, String newName) {
411 copyFile(class1, sourceFile, targetDirectory, newName, null);
414 public static void copyFile(Class<?> class1, String sourceFile, String targetDirectory, String newName, String[] replacementList) {
  /build/make/tools/acp/
acp.c 24 #include <host/CopyFile.h>
153 copyResult = copyFile(src, dst, options);
  /build/make/tools/atree/
fs.cpp 16 #include <host/CopyFile.h>
140 err = copyFile(src.c_str(), dst.c_str(),
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.2/
supplicant.cpp 41 int copyFile(
77 ret = copyFile(src_file_path, dest_file_path);
  /external/boringssl/src/util/
run_android_tests.go 155 func copyFile(dst, src string) error {
273 if err := copyFile(filepath.Join(tmpDir, "build", binary), filepath.Join(*buildDir, binary)); err != nil {
281 if err := copyFile(filepath.Join(tmpDir, file), file); err != nil {
  /external/doclava/src/com/google/doclava/
ClearPage.java 159 public static void copyFile(boolean allowExcepted, File from, String toPath, Boolean append) {

Completed in 621 milliseconds

1 2 3