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

  /system/core/fastbootd/
commands.c 73 fastboot_fail(phandle, "no kernel file");
79 fastboot_fail(phandle, "atags read error");
86 fastboot_fail(phandle, "Access forbiden you need the certificate");
98 fastboot_fail(phandle, "internal fastbootd error");
103 fastboot_fail(phandle, "invalid bootimage header");
114 fastboot_fail(phandle, "atags generate error");
118 fastboot_fail(phandle, "atags file to large");
123 fastboot_fail(phandle, "incomplete bootimage");
138 fastboot_fail(phandle, "kexec prepare failed");
152 fastboot_fail(phandle, "reboot error")
    [all...]
protocol.h 57 void fastboot_fail(struct protocol_handle *handle, const char *reason);
protocol.c 130 void fastboot_fail(struct protocol_handle *phandle, const char *reason) function
163 fastboot_fail(phandle, "unknown reason");
167 fastboot_fail(phandle, "unknown command");

Completed in 217 milliseconds