HomeSort by relevance Sort by last modified time
    Searched refs:crossystem (Results 1 - 11 of 11) sorted by null

  /external/vboot_reference/utility/
enable_dev_usb_boot 15 case "$(crossystem fwid 2>/dev/null || true)" in
30 crossystem dev_boot_usb=1 2>/dev/null || die "Failed to enable USB boot."
dev_debug_vboot 273 log crossystem --all
282 tpm_fwver=$(crossystem tpm_fwver) || tpm_fwver="UNKNOWN"
283 tpm_kernver=$(crossystem tpm_kernver) || tpm_kernver="UNKNOWN"
  /external/autotest/client/site_tests/platform_SessionManagerStateKeyGeneration/
platform_SessionManagerStateKeyGeneration.py 25 if utils.system_output('crossystem mainfw_type') == 'nonchrome':
29 raise error.TestError('Failed to run crossystem: %s' % e)
  /external/vboot_reference/scripts/image_signing/
set_gbb_flags.sh 56 if ! crossystem "wpsw_boot?0"; then
  /external/autotest/client/common_lib/cros/
tpm_utils.py 92 client.run('crossystem clear_tpm_owner_request=1')
98 """Clears the TPM using crossystem command.
102 if not client.run('crossystem clear_tpm_owner_request=1',
  /external/autotest/client/site_tests/platform_Crossystem/
platform_Crossystem.py 45 Runs "crossystem @var" and raises an error
48 @param var: the name of a crossystem variable
49 @param matcher: a matcher that must match the output of crossystem @var
52 output = utils.system_output("crossystem %s" % var).strip()
54 raise error.TestFail("crossystem %s = \"%s\", does not match \"%s\"" %
63 """Checks that crossystem works and returns plausible values for
  /external/autotest/server/cros/faft/utils/
faft_checkers.py 23 """Parse the crossystem output into a dict.
25 @param lines: The list of crossystem output strings.
26 @return: A dict which contains the crossystem keys/values.
27 @raise TestError: If wrong format in crossystem output.
40 TestError: Failed to parse crossystem output: arch=x86
47 TestError: Duplicated crossystem key: arch
54 raise error.TestError("Failed to parse crossystem output: %s"
58 raise error.TestError("Duplicated crossystem key: %s" % name)
63 """Check the crossystem values matched.
65 Given an expect_dict which describes the expected crossystem values
    [all...]
  /system/update_engine/
hardware_chromeos.cc 27 #include <vboot/crossystem.h>
153 LOG(ERROR) << "Unable to read crossystem key " << key;
  /external/autotest/server/hosts/
cros_host.py     [all...]
  /external/vboot_reference/
Android.mk 90 host/lib/crossystem.c \
Makefile 408 host/lib/crossystem.c \
456 host/lib/crossystem.c \
543 utility/crossystem
    [all...]

Completed in 846 milliseconds