Home
last modified time | relevance | path

Searched refs:ignore_errors (Results 1 – 10 of 10) sorted by relevance

/aosp12/system/libvintf/analyze_matrix/
H A Dhals_for_release.py105 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 Dbugreport_app_tester.py275 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 Dauto_gen_test_config_test.py126 shutil.rmtree(self.test_dir, ignore_errors=True)
/aosp12/packages/services/Car/car_product/car_ui_portrait/tools/
H A Dexport_emulator.py170 rmtree(args.output, ignore_errors=True)
/aosp12/system/apex/tools/
H A Dapex_compression_test.py143 shutil.rmtree(i, ignore_errors=True)
/aosp12/system/tools/mkbootimg/
H A Drepack_bootimg.py44 shutil.rmtree(f, ignore_errors=True)
/aosp12/system/apex/apexer/
H A Dapexer_test.py171 shutil.rmtree(i, ignore_errors=True)
/aosp12/build/make/tools/releasetools/
H A Dbuild_image.py176 shutil.rmtree(in_dir_system, ignore_errors=True)
H A Dcommon.py2568 shutil.rmtree(i, ignore_errors=True)
/aosp12/system/extras/simpleperf/scripts/
H A Dsimpleperf_utils.py434 shutil.rmtree(dir_or_file, ignore_errors=True)