Searched refs:CMD_FLAG_ENV (Results 1 – 4 of 4) sorted by relevance
47 if (flag & CMD_FLAG_ENV) in run_command()141 if (run_command(arg, flag | CMD_FLAG_ENV) != 0) in do_run()
181 return run_command(fastboot_cmd, CMD_FLAG_ENV); in android_bootloader_boot_bootloader()
171 #define CMD_FLAG_ENV 0x0004 /* command is from the environment */ macro
219 run_command(getenv("bootcmd"), CMD_FLAG_ENV); in fastboot_send()