Home
last modified time | relevance | path

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

/system/core/adb/daemon/
Dreboot_service.cpp66 const char msg_switch_to_fastboot = 'f'; in reboot_service() local
67 auto ret = adb_write(sock, &msg_switch_to_fastboot, sizeof(msg_switch_to_fastboot)); in reboot_service()
68 if (ret != sizeof(msg_switch_to_fastboot)) { in reboot_service()