Home
last modified time | relevance | path

Searched defs:should_abort (Results 1 – 3 of 3) sorted by relevance

/external/pigweed/third_party/fuchsia/repo/sdk/lib/stdcompat/include/lib/stdcompat/internal/
Dexception.h31 inline constexpr void throw_or_abort_if_any_impl(const char* reason, bool should_abort) { in throw_or_abort_if_any_impl()
/external/autotest/server/site_tests/firmware_UpdaterModes/
Dfirmware_UpdaterModes.py44 should_abort=False, writes_gbb=False): argument
/external/pigweed/pw_build/py/pw_build/
Dproject_builder_context.py380 def should_abort(self) -> bool: member in ProjectBuilderContext