HomeSort by relevance Sort by last modified time
    Searched refs:shutil (Results 26 - 50 of 370) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/win/split_link/
install_split_link.py 7 import shutil namespace
60 shutil.copyfile(link, link_backup)
82 shutil.copyfile('split_link.exe', link)
  /external/chromium_org/chrome/common/extensions/docs/server2/
build_server.py 9 import shutil namespace
37 shutil.copytree(src, dest_path)
48 shutil.copy(os.path.join(src, filename), os.path.join(dest_path, filename))
53 shutil.rmtree(LOCAL_THIRD_PARTY_DIR, False, OnError)
  /external/chromium_org/third_party/skia/tools/
test_pdfs.py 16 import shutil namespace
  /external/chromium_org/tools/ipc_fuzzer/mutate/
cf_package_builder.py 14 import shutil namespace
49 shutil.rmtree(self.work_dir)
55 shutil.copyfile(fuzzer_src_path, fuzzer_dst_path)
58 shutil.copy(package_name, self.build_dir)
  /external/skia/tools/
test_pdfs.py 16 import shutil namespace
  /external/chromium_org/build/android/gyp/
copy_ex.py 10 import shutil namespace
42 shutil.copy(f, options.dest)
emma_instr.py 25 import shutil namespace
95 shutil.rmtree(options.output_path, ignore_errors=True)
96 shutil.copytree(options.input_path, options.output_path)
98 shutil.copy(options.input_path, options.output_path)
170 shutil.copy(os.path.join(temp_dir, 'lib', jar),
174 shutil.rmtree(options.output_path, ignore_errors=True)
175 shutil.copytree(os.path.join(temp_dir, 'classes'),
178 shutil.rmtree(temp_dir)
pack_arm_relocations.py 27 import shutil namespace
58 shutil.copy(library_path, output_path)
  /external/chromium_org/build/
download_nacl_toolchains.py 9 import shutil namespace
64 shutil.rmtree(toolchain_path)
extract_from_cab.py 9 import shutil namespace
49 shutil.rmtree(temp_dir, True)
  /external/chromium_org/build/win/
reorder-imports.py 9 import shutil namespace
37 shutil.copy(fname, os.path.join(output_dir, os.path.basename(fname)))
  /external/chromium_org/third_party/skia/gm/rebaseline_server/
imagediffdb_test.py 13 import shutil namespace
32 shutil.rmtree(self.temp_dir)
imagepair_test.py 13 import shutil namespace
33 shutil.rmtree(self.temp_dir)
  /external/chromium_org/third_party/skia/platform_tools/android/gyp_gen/
generate_user_config.py 11 import shutil namespace
73 shutil.copyfileobj(original, dst)
  /external/chromium_org/tools/compile_test/
compile_test.py 15 import shutil namespace
59 shutil.rmtree(tmpdir)
  /external/chromium_org/tools/perf/measurements/
screenshot_unittest.py 6 import shutil namespace
22 shutil.rmtree(self._options.png_outdir)
skpicture_printer_unittest.py 5 import shutil namespace
20 shutil.rmtree(self._options.skp_outdir)
  /external/chromium_org/tools/relocation_packer/test_data/
generate_elf_file_unittest_relocs.py 15 import shutil namespace
42 shutil.copy(input_path, output_path)
  /external/deqp/android/scripts/
build.py 6 import shutil namespace
77 shutil.copyfile(srcLibFile, dstLibFile)
87 shutil.copyfile(srcGdbserverPath, dstGdbserverPath)
102 shutil.copy(manifestSrcPath, manifestDstPath)
151 shutil.rmtree(assetsSrcDir)
153 shutil.rmtree(assetsDstDir)
159 shutil.rmtree(libTargetDir)
167 shutil.copytree(assetsSrcDir, assetsDstDir)
  /external/skia/gm/rebaseline_server/
imagediffdb_test.py 14 import shutil namespace
33 shutil.rmtree(self._temp_dir)
imagepair_test.py 13 import shutil namespace
32 shutil.rmtree(self._temp_dir)
  /external/skia/platform_tools/android/gyp_gen/
generate_user_config.py 11 import shutil namespace
74 shutil.copyfileobj(original, dst)
  /external/skia/platform_tools/android/tests/
gyp_to_android_tests.py 13 import shutil namespace
47 shutil.rmtree(self.__tmp_dir)
  /external/skia/tools/pyutils/
url_utils_test.py 14 import shutil namespace
61 shutil.rmtree(tempdir_path)
  /external/skia/tools/tests/
base_unittest.py 15 import shutil namespace
37 shutil.rmtree(path=path, ignore_errors=True)

Completed in 526 milliseconds

12 3 4 5 6 7 8 91011>>