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.h50 WIPE_CACHE = 6, enumerator
/bootable/recovery/recovery_ui/
Ddevice.cpp36 { "Wipe cache partition", Device::WIPE_CACHE },
/bootable/recovery/
Drecovery_main.cpp440 device->RemoveMenuItemForAction(Device::WIPE_CACHE); in main()
Drecovery.cpp448 case Device::WIPE_CACHE: { in PromptAndWait()