Searched defs:device (Results 1 – 12 of 12) sorted by relevance
| /bootable/recovery/tests/unit/ |
| D | install_test.cpp | 174 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 498 std::string device = android::base::GetProperty("ro.product.device", ""); in TEST() local
|
| /bootable/recovery/install/ |
| D | fuse_install.cpp | 58 static std::string BrowseDirectory(const std::string& path, Device* device, RecoveryUI* ui) { in BrowseDirectory() 149 InstallResult InstallWithFuseFromPath(std::string_view path, Device* device) { in InstallWithFuseFromPath() 208 InstallResult ApplyFromSdcard(Device* device) { in ApplyFromSdcard()
|
| D | snapshot_utils.cpp | 29 bool FinishPendingSnapshotMerges(Device* device) { in FinishPendingSnapshotMerges()
|
| D | wipe_device.cpp | 175 bool WipeAbDevice(Device* device, size_t wipe_package_size) { in WipeAbDevice() 188 bool WipeAbDevice(Device* device, Package* wipe_package) { in WipeAbDevice()
|
| D | wipe_data.cpp | 82 bool WipeData(Device* device) { in WipeData()
|
| D | install.cpp | 210 auto device = android::base::GetProperty("ro.product.device", ""); in CheckPackageMetadata() local 367 static bool PerformPowerwashIfRequired(ZipArchiveHandle zip, Device *device) { in PerformPowerwashIfRequired() 379 int* max_temperature, Device* device) { in TryUpdateBinary() 597 int* max_temperature, Device* device) { in VerifyAndInstallPackage() 625 bool should_wipe_cache, int retry_count, Device* device) { in InstallPackage()
|
| D | adb_install.cpp | 93 static auto AdbInstallPackageHandler(Device* device, InstallResult* result) { in AdbInstallPackageHandler() 339 InstallResult ApplyFromAdb(Device* device, bool rescue_mode, Device::BuiltinAction* reboot_action) { in ApplyFromAdb()
|
| /bootable/recovery/ |
| D | recovery.cpp | 161 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() 219 static void choose_recovery_file(Device* device) { in choose_recovery_file() 319 static bool AskToReboot(Device* device, Device::BuiltinAction chosen_action) { in AskToReboot() 359 static Device::BuiltinAction PromptAndWait(Device* device, InstallResult status) { in PromptAndWait() 592 Device::BuiltinAction start_recovery(Device* device, const std::vector<std::string>& args) { in start_recovery()
|
| D | recovery_main.cpp | 416 Device* device; in main() 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/updater/ |
| D | mounts.cpp | 33 std::string device; member
|