Home
last modified time | relevance | path

Searched refs:fastboot_cmd (Results 1 – 3 of 3) sorted by relevance

/external/avb/tools/
Dat_auth_unlock.py304 def fastboot_cmd(args): function
317 fastboot_cmd(['oem', 'at-get-vboot-unlock-challenge'])
318 fastboot_cmd(['get_staged', challenge_file])
334 fastboot_cmd(['stage', credential_file])
335 fastboot_cmd(['oem', 'at-unlock-vboot'])
337 res = fastboot_cmd(['getvar', 'at-vboot-state'])
Dat_write_persistent_digest.py83 def fastboot_cmd(args): function
100 fastboot_cmd(['stage', digest_data])
101 fastboot_cmd(['oem', 'at-write-persistent-digest'])
/external/u-boot/common/
Dandroid_bootloader.c153 const char *fastboot_cmd = env_get("fastbootcmd"); in android_bootloader_boot_bootloader() local
155 if (fastboot_cmd) in android_bootloader_boot_bootloader()
156 return run_command(fastboot_cmd, CMD_FLAG_ENV); in android_bootloader_boot_bootloader()