Home
last modified time | relevance | path

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

/bootable/recovery/recovery_ui/
Dethernet_device.cpp37 void PreFastboot() override;
61 void EthernetDevice::PreFastboot() { in PreFastboot() function in EthernetDevice
/bootable/recovery/recovery_ui/include/recovery_ui/
Ddevice.h92 virtual void PreFastboot() {} in PreFastboot() function
/bootable/recovery/
Drecovery_main.cpp475 device->PreFastboot(); in main()