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

1 2 3 4 5 6 7

  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/
elfedit.exp 25 set copyfile tmpdir/bintest
28 set copyfile bintest
compress.exp 25 set copyfile tmpdir/dw2-copy
79 set got [binutils_run $OBJCOPY "--compress-debug-sections ${testfile}.o ${copyfile}.o"]
83 send_log "cmp ${compressedfile}.o ${copyfile}.o\n"
84 verbose "cmp ${compressedfile}.o ${copyfile}.o"
86 set src2 ${copyfile}.o
101 set got [binutils_run $OBJCOPY "--decompress-debug-sections ${compressedfile}.o ${copyfile}.o"]
105 send_log "cmp ${testfile}.o ${copyfile}.o\n"
106 verbose "cmp ${testfile}.o ${copyfile}.o"
108 set src2 ${copyfile}.o
123 set got [binutils_run $OBJCOPY "--decompress-debug-sections ${libfile}.a ${copyfile}.a"
    [all...]
objcopy.exp 33 set copyfile tmpdir/copy
36 set copyfile copy
47 global copyfile
56 set got [binutils_run $OBJCOPY "$OBJCOPYFLAGS $tempfile ${copyfile}.o"]
61 send_log "cmp $tempfile ${copyfile}.o\n"
62 verbose "cmp $tempfile ${copyfile}.o"
67 remote_upload host ${copyfile}.o $src2
70 set src2 ${copyfile}.o
168 set got [binutils_run $OBJCOPY "-I binary -i 4 -b 0 --interleave-width 2 ${sequence_file} ${copyfile}"]
174 remote_upload host ${copyfile} tmpdir/interleave_outpu
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/x86-64/
x86-64.exp 24 global copyfile
26 set copyfile tmpdir/x86-64copy
  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/i386/
i386.exp 28 global copyfile
30 set copyfile tmpdir/i386copy
  /external/autotest/client/site_tests/platform_CleanShutdown/
platform_CleanShutdown.py 6 from shutil import copyfile
23 copyfile(SHUTDOWN_STATEFUL_UMOUNT_FAIL,
  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/aarch64/
aarch64.exp 23 set copyfile tmpdir/aarch64copy
  /external/skia/infra/bots/recipe_modules/swarming/resources/
noop_merge.py 26 shutil.copyfile(jsons_to_merge[0], output_json)
  /external/skqp/infra/bots/assets/win_vulkan_sdk/
create.py 23 shutil.copyfile(runtime_path, os.path.join(target_dir, "vulkan-1.dll"))
  /external/skqp/infra/bots/recipe_modules/swarming/resources/
noop_merge.py 26 shutil.copyfile(jsons_to_merge[0], output_json)
  /system/timezone/
download-iana-data.py 96 shutil.copyfile(latest_iana_tar_filename, new_local_iana_tar_file)
98 shutil.copyfile(signature_filename, new_local_signature_file)
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-scripts/
script.exp 116 set copyfile tmpdir/extract
117 set args "--extract-symbol $testfile $copyfile"
168 set extract_syms [run_host_cmd $nm $copyfile]
175 set exec_output [run_host_cmd $size $copyfile]
  /external/autotest/client/site_tests/platform_SessionManagerBlockDevmodeSetting/
platform_SessionManagerBlockDevmodeSetting.py 66 shutil.copyfile(
68 shutil.copyfile(
  /external/autotest/client/profilers/pgo/
pgo.py 48 shutil.copyfile(versionfile,
  /external/autotest/client/profilers/readprofile/
readprofile.py 49 shutil.copyfile('/proc/profile', self.rawprofile)
  /external/autotest/client/site_tests/hardware_RamFio/
hardware_RamFio.py 75 shutil.copyfile(src, dst)
  /external/owasp/sanitizer/tools/
cut_release.py 112 shutil.copyfile(src_path, dest_path)
156 shutil.copyfile(jar_path, versioned_jar_path)
157 shutil.copyfile(src_jar_path, versioned_src_jar_path)
158 shutil.copyfile(doc_jar_path, versioned_doc_jar_path)
  /external/skia/platform_tools/android/bin/
android_build_app 53 shutil.copyfile(apk_src, apk_dst)
  /external/skqp/platform_tools/android/bin/
android_build_app 50 shutil.copyfile(apk_src, apk_dst)
  /external/autotest/client/tests/xfstests/
xfstests.py 51 shutil.copyfile(result_full_loc,
100 shutil.copyfile(result_full_loc,
  /external/icu/tools/
icuutil.py 97 shutil.copyfile(iana_tar_file, working_iana_tar_file)
223 shutil.copyfile(generated_dat_file, dest_file)
  /external/skia/gn/
gn_meta_sln.py 9 from shutil import copyfile
125 copyfile(srcFilterPath, dstFilterPath)
  /external/skia/infra/bots/assets/win_toolchain/
create.py 82 shutil.copyfile(os.path.join(build, f), os.path.join(dst_build, f))
90 shutil.copyfile(os.path.join(depot_tools, f),
  /external/skqp/gn/
gn_meta_sln.py 9 from shutil import copyfile
125 copyfile(srcFilterPath, dstFilterPath)
  /external/skqp/infra/bots/assets/win_toolchain/
create.py 82 shutil.copyfile(os.path.join(build, f), os.path.join(dst_build, f))
90 shutil.copyfile(os.path.join(depot_tools, f),

Completed in 552 milliseconds

1 2 3 4 5 6 7