Searched refs:ignore_errors (Results 1 – 10 of 10) sorted by relevance
/aosp12/system/libvintf/analyze_matrix/ |
H A D | hals_for_release.py | 105 def Analyze(analyze_matrix, file, args, ignore_errors=False): argument 117 stderr=subprocess.DEVNULL if ignore_errors else subprocess.PIPE) 118 if not ignore_errors and proc.returncode != 0: 133 output = Analyze(analyze_matrix, file, ["--level"], ignore_errors=True) 152 return Analyze(analyze_matrix, file, ["--level-name"], ignore_errors=True)
|
/aosp12/packages/services/Car/tests/BugReportApp/utils/ |
H A D | bugreport_app_tester.py | 275 shutil.rmtree(tmpdir, ignore_errors=True) 292 shutil.rmtree(tmpdir, ignore_errors=True) 520 shutil.rmtree(tmpdir, ignore_errors=True)
|
/aosp12/build/make/tools/ |
H A D | auto_gen_test_config_test.py | 126 shutil.rmtree(self.test_dir, ignore_errors=True)
|
/aosp12/packages/services/Car/car_product/car_ui_portrait/tools/ |
H A D | export_emulator.py | 170 rmtree(args.output, ignore_errors=True)
|
/aosp12/system/apex/tools/ |
H A D | apex_compression_test.py | 143 shutil.rmtree(i, ignore_errors=True)
|
/aosp12/system/tools/mkbootimg/ |
H A D | repack_bootimg.py | 44 shutil.rmtree(f, ignore_errors=True)
|
/aosp12/system/apex/apexer/ |
H A D | apexer_test.py | 171 shutil.rmtree(i, ignore_errors=True)
|
/aosp12/build/make/tools/releasetools/ |
H A D | build_image.py | 176 shutil.rmtree(in_dir_system, ignore_errors=True)
|
H A D | common.py | 2568 shutil.rmtree(i, ignore_errors=True)
|
/aosp12/system/extras/simpleperf/scripts/ |
H A D | simpleperf_utils.py | 434 shutil.rmtree(dir_or_file, ignore_errors=True)
|