Searched defs:shutil (Results 226 - 250 of 251) sorted by relevance

1234567891011

/external/chromium_org/tools/gyp/pylib/gyp/generator/
H A Dxcode.py14 import shutil namespace
482 shutil.rmtree(self.path, True)
/external/chromium_org/tools/metrics/actions/
H A Dextract_actions.py31 import shutil namespace
822 shutil.move(actions_xml_path, 'actions.old.xml')
/external/chromium_org/tools/telemetry/telemetry/core/platform/
H A Dcros_interface.py8 import shutil namespace
242 shutil.copyfile(filename, destfile)
/external/chromium_org/v8/tools/unittests/
H A Drun_perf_test.py13 import shutil namespace
104 shutil.rmtree(TEST_WORKSPACE)
109 shutil.rmtree(TEST_WORKSPACE)
/external/clang/utils/analyzer/
H A DSATestBuild.py46 import shutil namespace
392 shutil.copyfileobj(FailLogI, SummaryLog);
/external/jsoncpp/
H A Dmakerelease.py20 import shutil namespace
39 shutil.rmtree( dir_path )
/external/skia/gm/rebaseline_server/
H A Dimagediffdb.py17 import shutil namespace
154 shutil.rmtree(skpdiff_csv_dir)
344 shutil.copyfileobj(fsrc=url_handle, fdst=file_handle)
H A Dserver.py20 import shutil namespace
279 shutil.rmtree(self._actuals_dir)
/external/chromium_org/build/android/
H A Dtest_runner.py13 import shutil namespace
579 shutil.rmtree(constants.ISOLATE_DEPS_DIR)
/external/chromium_org/tools/
H A Dbisect-builds.py96 import shutil namespace
577 shutil.copy(context.pdf_path,
601 shutil.rmtree(tempdir, True)
/external/chromium_org/tools/grit/grit/
H A Dutil.py13 import shutil namespace
644 shutil.rmtree(self.GetPath())
/external/chromium_org/tools/valgrind/
H A Dvalgrind_test.py15 import shutil namespace
147 shutil.rmtree(self.log_dir)
210 shutil.rmtree(self.temp_dir, ignore_errors=True)
328 shutil.copyfile(dsym_file, test_command)
329 shutil.copymode(saved_test_command, test_command)
334 shutil.rmtree(dsym_bundle, True)
/external/chromium_org/v8/tools/push-to-trunk/
H A Dcommon_includes.py37 import shutil namespace
441 shutil.rmtree(f)
H A Dtest_scripts.py30 import shutil namespace
428 shutil.rmtree(TEST_CONFIG["PERSISTFILE_BASENAME"])
435 shutil.rmtree(name)
/external/clang/tools/scan-view/
H A DScanView.py9 import shutil namespace
/external/deqp/scripts/
H A Dmake_release.py10 import shutil namespace
97 shutil.copyfile(self.srcFile, self.dstFile)
242 shutil.rmtree(os.path.join(packageBuildInfo.dstBasePath, "src"), ignore_errors=False)
323 shutil.rmtree(path, ignore_errors=False)
332 shutil.rmtree(os.path.join(dstBasePath, "src"), ignore_errors=False)
343 shutil.rmtree(path, ignore_errors=False)
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/
H A Dcompile_frontend.py37 import shutil namespace
386 shutil.rmtree(modules_dir, True)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
H A Dscm_unittest.py33 import shutil namespace
55 shutil.rmtree(cached_svn_repo_path)
136 shutil.copytree(cached_svn_repo_path, self.svn_repo_path)
/external/chromium_org/third_party/cython/src/Cython/Build/
H A DDependencies.py18 import shutil namespace
724 shutil.copy(filepath, mod_dir)
884 shutil.copyfileobj(g, f)
923 shutil.copyfileobj(f, g)
/external/chromium_org/third_party/skia/gm/rebaseline_server/
H A Dserver.py20 import shutil namespace
396 shutil.rmtree(self._actuals_dir)
/external/chromium_org/tools/gyp/test/lib/
H A DTestCmd.py225 import shutil namespace
990 shutil.rmtree(dir, ignore_errors = 1)
H A DTestGyp.py15 import shutil namespace
212 shutil.copystat(source, destination)
216 shutil.copy2(source, destination)
445 shutil.rmtree(os.path.join(obj_dir, 'GYP'), ignore_errors = True)
449 shutil.rmtree(os.path.join(obj_dir, x, d), ignore_errors = True)
/external/chromium_org/tools/auto_bisect/
H A Dbisect_perf_regression.py43 import shutil namespace
891 shutil.move(c[1], c[2])
1163 shutil.move(source_dir, destination_dir)
1257 shutil.move(output_dir, target_build_output_dir)
2074 shutil.move('v8', 'v8.bak')
2075 shutil.move('v8_bleeding_edge', 'v8')
2828 shutil.rmtree(path_to_dir)
/external/lldb/test/
H A Ddotest.py633 import shutil namespace
635 shutil.rmtree(rdir)
697 from shutil import copytree, ignore_patterns
1348 from shutil import copytree, rmtree, ignore_patterns
/external/chromium_org/third_party/cython/src/
H A Druntests.py8 import shutil namespace
625 shutil.rmtree(self.workdir, ignore_errors=True)
638 shutil.rmtree(rmfile, ignore_errors=True)
673 copy = shutil.copy
1269 shutil.rmtree(self.workdir)
1473 shutil.copy(keep_2x_file, destfile)
1755 shutil.rmtree(os.path.join(WORKDIR, path), ignore_errors=True)

Completed in 956 milliseconds

1234567891011