Home
last modified time | relevance | path

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

/bootable/recovery/recovery_ui/include/recovery_ui/
Ddevice.h47 WIPE_CACHE = 6, enumerator
/bootable/recovery/recovery_ui/
Ddevice.cpp35 { "Wipe cache partition", Device::WIPE_CACHE },
/bootable/recovery/
Drecovery_main.cpp421 device->RemoveMenuItemForAction(Device::WIPE_CACHE); in main()
Drecovery.cpp534 case Device::WIPE_CACHE: { in prompt_and_wait()