Searched refs:shutil (Results 1 - 25 of 230) sorted by relevance

12345678910

/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 Dprotoc_java.py21 import shutil namespace
35 shutil.rmtree(java_out)
H A Dextract_from_cab.py9 import shutil namespace
49 shutil.rmtree(temp_dir, True)
/external/chromium_org/third_party/protobuf/
H A Dprotobuf_lite_java_descriptor_proto.py21 import shutil namespace
35 shutil.rmtree(java_out)
/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/build/win/
H A Dinstall-build-deps.py6 import shutil namespace
22 shutil.copyfile(source_path, backup_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/third_party/skia/tools/pyutils/
H A Durl_utils.py17 import shutil namespace
63 shutil.copyfileobj(fsrc=source_handle, fdst=dest_handle)
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
H A Dandroid_systrace_profiler_unittest.py5 import shutil namespace
30 shutil.rmtree(out_dir)
/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/android/gyp/
H A Demma_instr.py25 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)
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dstart_dev_server.py8 import shutil namespace
31 shutil.copy(os.path.join(SERVER_PATH, filename),
/external/chromium_org/third_party/skia/gm/rebaseline_server/
H A Dimagepair_test.py13 import shutil namespace
32 shutil.rmtree(self._temp_dir)
/external/chromium_org/third_party/skia/platform_tools/android/gyp_gen/
H A Dgenerate_user_config.py11 import shutil namespace
74 shutil.copyfileobj(original, dst)
/external/chromium_org/third_party/skia/platform_tools/android/tests/
H A Dgyp_to_android_tests.py13 import shutil namespace
47 shutil.rmtree(self.__tmp_dir)
/external/chromium_org/third_party/skia/tools/tests/
H A Dbase_unittest.py15 import shutil namespace
37 shutil.rmtree(path=path, ignore_errors=True)
/external/chromium_org/tools/perf/measurements/
H A Dscreenshot_unittest.py6 import shutil namespace
22 shutil.rmtree(self._options.png_outdir)
H A Dskpicture_printer_unittest.py5 import shutil namespace
21 shutil.rmtree(self._options.skp_outdir)
/external/skia/gm/rebaseline_server/
H A Dimagepair_test.py13 import shutil namespace
32 shutil.rmtree(self._temp_dir)
/external/skia/platform_tools/android/gyp_gen/
H A Dgenerate_user_config.py11 import shutil namespace
74 shutil.copyfileobj(original, dst)
/external/skia/platform_tools/android/tests/
H A Dgyp_to_android_tests.py13 import shutil namespace
47 shutil.rmtree(self.__tmp_dir)
/external/skia/tools/tests/
H A Dbase_unittest.py15 import shutil namespace
37 shutil.rmtree(path=path, ignore_errors=True)

Completed in 580 milliseconds

12345678910