Searched defs:shutil (Results 1 - 25 of 251) sorted by relevance

1234567891011

/external/chromium_org/tools/gyp/test/actions-multiple/src/
H A Dcopy.py6 import shutil namespace
9 shutil.copyfile(sys.argv[1], sys.argv[2])
/external/chromium_org/tools/gyp/test/sanitize-rule-names/
H A Dscript.py7 import shutil namespace
10 shutil.copyfile(*sys.argv[1:])
/external/chromium_org/build/
H A Dcp.py13 import shutil namespace
19 return shutil.copy(src, os.path.normpath(dst))
H A Ddownload_nacl_toolchains.py9 import shutil namespace
64 shutil.rmtree(toolchain_path)
H A Dextract_from_cab.py9 import shutil namespace
49 shutil.rmtree(temp_dir, True)
H A Dprotoc_java.py21 import shutil namespace
35 shutil.rmtree(java_out)
/external/chromium_org/build/android/gyp/
H A Dcopy_ex.py10 import shutil namespace
42 shutil.copy(f, options.dest)
H A Dcreate_standalone_apk.py13 import shutil namespace
24 shutil.copy(options.input_apk_path, intermediate_path)
29 shutil.copy(intermediate_path, options.output_apk_path)
H A Dpack_arm_relocations.py27 import shutil namespace
58 shutil.copy(library_path, output_path)
H A Dpackage_resources.py18 import shutil namespace
88 shutil.move(src_file, dst_file)
/external/chromium_org/build/go/
H A Dgo.py18 import shutil namespace
40 shutil.rmtree(build_dir, True)
52 shutil.move(out_files[0], out_file)
55 shutil.rmtree(build_dir, True)
/external/chromium_org/build/win/
H A Dinstall-build-deps.py6 import shutil namespace
22 shutil.copyfile(source_path, backup_path)
H A Dreorder-imports.py9 import shutil namespace
37 shutil.copy(fname, os.path.join(output_dir, os.path.basename(fname)))
/external/chromium_org/third_party/skia/platform_tools/android/gyp_gen/
H A Dgenerate_user_config.py11 import shutil namespace
73 shutil.copyfileobj(original, dst)
/external/skia/platform_tools/android/gyp_gen/
H A Dgenerate_user_config.py11 import shutil namespace
74 shutil.copyfileobj(original, dst)
/external/chromium_org/base/allocator/
H A Dprep_libc.py18 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/linux/unbundle/
H A Dreplace_gyp_files.py14 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/chromium_org/media/tools/layout_tests/
H A Dtrend_graph_unittest.py7 import shutil namespace
18 shutil.copyfile(test_graph_file_backup_path, test_graph_file_path)
/external/chromium_org/third_party/libvpx/
H A Dcopy_obj.py11 import shutil namespace
28 shutil.copyfile(src, options.destination)
/external/chromium_org/tools/compile_test/
H A Dcompile_test.py15 import shutil namespace
59 shutil.rmtree(tmpdir)
/external/chromium_org/tools/gyp/samples/
H A Dsamples8 import shutil namespace
70 shutil.copyfile(local_file, chrome_file)
73 shutil.copyfile(chrome_file, local_file)
/external/chromium_org/tools/
H A Dgypv8sh.py15 import shutil namespace
52 shutil.copyfile(inputfile, jsoutfile)
/external/chromium_org/tools/win/split_link/
H A Dgraph_dependencies.py6 import shutil namespace
/external/skia/tools/pyutils/
H A Durl_utils.py17 import shutil namespace
63 shutil.copyfileobj(fsrc=source_handle, fdst=dest_handle)
/external/chromium_org/build/linux/
H A Dinstall-chromeos-fonts.py11 import shutil namespace
50 shutil.rmtree(dest_dir)

Completed in 833 milliseconds

1234567891011