Searched defs:device (Results 1 – 11 of 11) sorted by relevance
/bootable/recovery/tests/component/ |
D | install_test.cpp | 254 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/ |
D | fuse_sdcard_install.cpp | 57 static std::string BrowseDirectory(const std::string& path, Device* device, RecoveryUI* ui) { in BrowseDirectory() 136 int ApplyFromSdcard(Device* device, RecoveryUI* ui) { in ApplyFromSdcard()
|
D | wipe_data.cpp | 104 bool WipeData(Device* device, bool convert_fbe) { in WipeData()
|
D | adb_install.cpp | 334 int ApplyFromAdb(Device* device, bool rescue_mode, Device::BuiltinAction* reboot_action) { in ApplyFromAdb()
|
D | install.cpp | 200 auto device = android::base::GetProperty("ro.product.device", ""); in CheckPackageMetadata() local
|
/bootable/recovery/updater_sample/ |
D | README.md | 162 ### Without the privileged system permissions 172 ### With the privileged system permissions
|
/bootable/recovery/fastboot/ |
D | fastboot.cpp | 39 Device::BuiltinAction StartFastboot(Device* device, const std::vector<std::string>& /* args */) { in StartFastboot()
|
/bootable/recovery/ |
D | recovery.cpp | 166 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()
|
D | recovery_main.cpp | 400 Device* device; in main() local
|
/bootable/recovery/otautil/ |
D | mounts.cpp | 33 std::string device; member
|
/bootable/recovery/boot_control/ |
D | boot_control.cpp | 220 std::string device = get_bootloader_message_blk_device(&err); in BootControl_lazyInitialization() local
|