Home
last modified time | relevance | path

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

/bootable/recovery/tests/component/
Dinstall_test.cpp254 std::string device = android::base::GetProperty("ro.product.device", ""); in VerifyAbUpdateCommands() local
306 std::string device = android::base::GetProperty("ro.product.device", ""); in TEST() local
380 std::string device = android::base::GetProperty("ro.product.device", ""); in TEST() local
425 std::string device = android::base::GetProperty("ro.product.device", ""); in TEST() local
460 std::string device = android::base::GetProperty("ro.product.device", ""); in TEST() local
495 std::string device = android::base::GetProperty("ro.product.device", ""); in TEST() local
523 std::string device = android::base::GetProperty("ro.product.device", ""); in TEST() local
551 std::string device = android::base::GetProperty("ro.product.device", ""); in TEST() local
/bootable/recovery/install/
Dfuse_sdcard_install.cpp57 static std::string BrowseDirectory(const std::string& path, Device* device, RecoveryUI* ui) { in BrowseDirectory()
136 int ApplyFromSdcard(Device* device, RecoveryUI* ui) { in ApplyFromSdcard()
Dwipe_data.cpp104 bool WipeData(Device* device, bool convert_fbe) { in WipeData()
Dadb_install.cpp334 int 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/updater_sample/
DREADME.md162 ### Without the privileged system permissions
172 ### With the privileged system permissions
/bootable/recovery/fastboot/
Dfastboot.cpp39 Device::BuiltinAction StartFastboot(Device* device, const std::vector<std::string>& /* args */) { in StartFastboot()
/bootable/recovery/
Drecovery.cpp166 static bool yes_no(Device* device, const char* question1, const char* question2) { in yes_no()
176 static bool ask_to_wipe_data(Device* device) { in ask_to_wipe_data()
187 static InstallResult prompt_and_wipe_data(Device* device) { in prompt_and_wipe_data()
383 static void choose_recovery_file(Device* device) { in choose_recovery_file()
478 static Device::BuiltinAction prompt_and_wait(Device* device, int status) { in prompt_and_wait()
725 Device::BuiltinAction start_recovery(Device* device, const std::vector<std::string>& args) { in start_recovery()
Drecovery_main.cpp400 Device* device; in main() local
/bootable/recovery/otautil/
Dmounts.cpp33 std::string device; member
/bootable/recovery/boot_control/
Dboot_control.cpp220 std::string device = get_bootloader_message_blk_device(&err); in BootControl_lazyInitialization() local