Home
last modified time | relevance | path

Searched refs:combine_exceptions (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/autotest/utils/frozen_chromite/utils/
H A Dmemoize.py75 def SafeRun(functors, combine_exceptions=False): argument
102 if len(errors) == 1 or not combine_exceptions:
/aosp_15_r20/external/autotest/utils/frozen_chromite/lib/
H A Dcros_build_lib.py1588 def SafeRun(functors, combine_exceptions=False): argument
1615 if len(errors) == 1 or not combine_exceptions: