Searched refs:fastboot_cmd (Results 1 – 3 of 3) sorted by relevance
304 def fastboot_cmd(args): function317 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'])
83 def fastboot_cmd(args): function100 fastboot_cmd(['stage', digest_data])101 fastboot_cmd(['oem', 'at-write-persistent-digest'])
153 const char *fastboot_cmd = env_get("fastbootcmd"); in android_bootloader_boot_bootloader() local155 if (fastboot_cmd) in android_bootloader_boot_bootloader()156 return run_command(fastboot_cmd, CMD_FLAG_ENV); in android_bootloader_boot_bootloader()