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

1 2 3 4 5 6 7 8 91011

  /external/chromium_org/tools/gyp/test/sanitize-rule-names/
script.py 7 import shutil namespace
10 shutil.copyfile(*sys.argv[1:])
  /external/chromium_org/tools/gyp/test/actions-multiple/src/
copy.py 6 import shutil namespace
9 shutil.copyfile(sys.argv[1], sys.argv[2])
  /external/chromium_org/build/
cp.py 13 import shutil namespace
19 return shutil.copy(src, os.path.normpath(dst))
protoc_java.py 21 import shutil namespace
35 shutil.rmtree(java_out)
  /external/chromium_org/tools/gyp/samples/
samples 8 import shutil namespace
70 shutil.copyfile(local_file, chrome_file)
73 shutil.copyfile(chrome_file, local_file)
  /external/chromium_org/build/win/
install-build-deps.py 6 import shutil namespace
22 shutil.copyfile(source_path, backup_path)
  /external/chromium_org/third_party/protobuf/
protobuf_lite_java_descriptor_proto.py 21 import shutil namespace
35 shutil.rmtree(java_out)
  /external/chromium_org/chrome/common/extensions/docs/server2/
start_dev_server.py 8 import shutil namespace
31 shutil.copy(os.path.join(SERVER_PATH, filename),
build_server.py 9 import shutil namespace
36 shutil.copytree(src, dest_path)
47 shutil.copy(os.path.join(src, filename), os.path.join(dest_path, filename))
52 shutil.rmtree(LOCAL_THIRD_PARTY_DIR, False, OnError)
  /external/chromium_org/chrome/test/pyautolib/
policy_posix_util.py 9 import shutil namespace
17 shutil.copy(sys.argv[2], sys.argv[3])
  /external/chromium_org/media/tools/layout_tests/
trend_graph_unittest.py 7 import shutil namespace
18 shutil.copyfile(test_graph_file_backup_path, test_graph_file_path)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bsddb185.py 14 import shutil namespace
37 shutil.rmtree(tmpdir)
test_shutil.py 4 import shutil namespace
13 from shutil import (_make_tarball, _make_zipfile, make_archive,
52 shutil.rmtree(d, os.name in ('nt', 'cygwin'))
79 self.assertRaises(OSError, shutil.rmtree, filename)
97 shutil.rmtree(TESTFN, onerror=self.check_args_to_onerror)
107 shutil.rmtree(TESTFN)
112 # This function is run when shutil.rmtree fails.
139 self.assertRaises(OSError, shutil.rmtree, path)
163 shutil.copytree(src_dir, dst_dir)
185 shutil.rmtree(path
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bsddb185.py 14 import shutil namespace
37 shutil.rmtree(tmpdir)
test_shutil.py 4 import shutil namespace
13 from shutil import (_make_tarball, _make_zipfile, make_archive,
52 shutil.rmtree(d, os.name in ('nt', 'cygwin'))
79 self.assertRaises(OSError, shutil.rmtree, filename)
97 shutil.rmtree(TESTFN, onerror=self.check_args_to_onerror)
107 shutil.rmtree(TESTFN)
112 # This function is run when shutil.rmtree fails.
139 self.assertRaises(OSError, shutil.rmtree, path)
163 shutil.copytree(src_dir, dst_dir)
185 shutil.rmtree(path
    [all...]
  /external/chromium_org/base/allocator/
prep_libc.py 18 import shutil namespace
43 shutil.copyfile(os.path.join(vs_install_dir, 'libcmt.lib'), output_lib)
44 shutil.copyfile(os.path.join(vs_install_dir, 'libcmt.pdb'),
  /external/chromium_org/build/android/gyp/
create_standalone_apk.py 13 import shutil namespace
24 shutil.copy(options.input_apk_path, intermediate_path)
30 shutil.copy(intermediate_path, options.output_apk_path)
finalize_apk.py 12 import shutil namespace
19 shutil.copy(unsigned_path, signed_path)
  /external/chromium_org/build/linux/unbundle/
replace_gyp_files.py 14 import shutil namespace
69 shutil.copyfile(os.path.join(source_tree_root, path),
73 shutil.copyfile(os.path.join(my_dirname, os.path.basename(path)),
  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/
sdk_update_common.py 10 import shutil namespace
30 On Unix systems, this just runs shutil.rmtree, but on Windows, this doesn't
47 shutil.rmtree(outdir)
91 shutil.move(srcdir, destdir)
  /external/chromium_org/tools/crx_id/
crx_id_unittest.py 12 import shutil namespace
52 shutil.copy2(unpacked_test_manifest_path,
59 shutil.rmtree(temp_unpacked_crx)
  /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/skia/tools/
test_rendering.py 13 import shutil namespace
98 shutil.rmtree(render_dir)
101 shutil.rmtree(diff_dir)
test_pdfs.py 16 import shutil namespace
  /external/chromium/chrome/browser/resources/file_manager/bin/
squashdir.py 8 import shutil namespace
42 shutil.copyfile(abs_src, newname)

Completed in 875 milliseconds

1 2 3 4 5 6 7 8 91011