Home
last modified time | relevance | path

Searched refs:BooleanShellValue (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/autotest/utils/frozen_chromite/lib/
H A Dterminal.py87 is_disabled = cros_build_lib.BooleanShellValue(
H A Dcommandline.py143 return cros_build_lib.BooleanShellValue(value, False)
H A Dgit.py310 return cros_build_lib.BooleanShellValue(self.get('pin'), True)
H A Dcros_build_lib.py1391 def BooleanShellValue(sval, default, msg=None): function