Home
last modified time | relevance | path

Searched defs:device (Results 1 – 12 of 12) sorted by relevance

/bootable/recovery/tests/unit/
Dinstall_test.cpp174 std::string device = android::base::GetProperty("ro.product.device", ""); in VerifyAbUpdateCommands() local
225 std::string device = android::base::GetProperty("ro.product.device", ""); in TEST() local
299 std::string device = android::base::GetProperty("ro.product.device", ""); in TEST() local
344 std::string device = android::base::GetProperty("ro.product.device", ""); in TEST() local
379 std::string device = android::base::GetProperty("ro.product.device", ""); in TEST() local
414 std::string device = android::base::GetProperty("ro.product.device", ""); in TEST() local
442 std::string device = android::base::GetProperty("ro.product.device", ""); in TEST() local
470 std::string device = android::base::GetProperty("ro.product.device", ""); in TEST() local
/bootable/recovery/
Drecovery.cpp161 static bool yes_no(Device* device, const char* question1, const char* question2) { in yes_no()
171 static bool ask_to_wipe_data(Device* device) { in ask_to_wipe_data()
182 static InstallResult prompt_and_wipe_data(Device* device) { in prompt_and_wipe_data()
220 static void choose_recovery_file(Device* device) { in choose_recovery_file()
320 static bool AskToReboot(Device* device, Device::BuiltinAction chosen_action) { in AskToReboot()
360 static Device::BuiltinAction PromptAndWait(Device* device, InstallResult status) { in PromptAndWait()
593 Device::BuiltinAction start_recovery(Device* device, const std::vector<std::string>& args) { in start_recovery()
Drecovery_main.cpp416 Device* device; in main() local
/bootable/recovery/updater_sample/
DREADME.md162 ### Without the privileged system permissions
172 ### With the privileged system permissions
/bootable/recovery/install/
Dsnapshot_utils.cpp29 bool FinishPendingSnapshotMerges(Device* device) { in FinishPendingSnapshotMerges()
Dfuse_install.cpp58 static std::string BrowseDirectory(const std::string& path, Device* device, RecoveryUI* ui) { in BrowseDirectory()
207 InstallResult ApplyFromSdcard(Device* device) { in ApplyFromSdcard()
Dwipe_data.cpp105 bool WipeData(Device* device, bool convert_fbe) { in WipeData()
Dwipe_device.cpp170 bool WipeAbDevice(Device* device, size_t wipe_package_size) { in WipeAbDevice()
Dadb_install.cpp338 InstallResult ApplyFromAdb(Device* device, bool rescue_mode, Device::BuiltinAction* reboot_action) { in ApplyFromAdb()
Dinstall.cpp200 auto device = android::base::GetProperty("ro.product.device", ""); in CheckPackageMetadata() local
/bootable/recovery/fastboot/
Dfastboot.cpp39 Device::BuiltinAction StartFastboot(Device* device, const std::vector<std::string>& /* args */) { in StartFastboot()
/bootable/recovery/updater/
Dmounts.cpp33 std::string device; member