HomeSort by relevance Sort by last modified time
    Searched refs:shutil (Results 1 - 25 of 370) 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/libvpx/
copy_obj.py 11 import shutil namespace
28 shutil.copyfile(src, options.destination)
  /external/chromium_org/build/go/
go.py 18 import shutil namespace
40 shutil.rmtree(build_dir, True)
52 shutil.move(out_files[0], out_file)
55 shutil.rmtree(build_dir, True)
  /frameworks/base/tools/layoutlib/rename_font/
test.py 18 import shutil namespace
26 shutil.copy(font_name, srcdir)
37 shutil.rmtree(srcdir)
38 shutil.rmtree(destdir)
  /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),
  /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)
  /external/chromium_org/third_party/skia/platform_tools/android/tests/
gyp_to_android_tests.py 13 import shutil namespace
42 shutil.rmtree(self.__tmp_dir)
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
android_systrace_profiler_unittest.py 5 import shutil namespace
31 shutil.rmtree(out_dir)
  /external/skia/tools/pyutils/
url_utils.py 17 import shutil namespace
63 shutil.copyfileobj(fsrc=source_handle, fdst=dest_handle)
  /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/tools/telemetry/telemetry/page/
profile_generator_unittest.py 6 import shutil namespace
23 shutil.rmtree(sandbox_directory)
59 shutil.copytree(sandbox_dir, sandbox_dir_copy,
68 shutil.rmtree(self.test_directory)
  /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)
29 shutil.copy(intermediate_path, options.output_apk_path)
  /external/chromium_org/build/linux/unbundle/
replace_gyp_files.py 14 import shutil namespace
72 shutil.copyfile(os.path.join(source_tree_root, path),
76 shutil.copyfile(os.path.join(my_dirname, os.path.basename(path)),
  /external/deqp/external/
fetch_sources.py 5 import shutil namespace
36 shutil.rmtree(fullPath, ignore_errors=False)
62 shutil.rmtree(tmpPath, ignore_errors=False)
80 shutil.move(os.path.join(topLevelPath, entry), dstPath)
82 shutil.rmtree(tmpPath, ignore_errors=True)
88 shutil.copy(os.path.join(path, "scripts", "pnglibconf.h.prebuilt"),
  /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)

Completed in 1058 milliseconds

1 2 3 4 5 6 7 8 91011>>