Searched defs:device (Results 1 – 13 of 13) 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 | 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 | snapshot_utils.cpp | 29 bool FinishPendingSnapshotMerges(Device* device) { in FinishPendingSnapshotMerges()
|
D | install.cpp | 221 auto device = android::base::GetProperty("ro.product.device", ""); in CheckPackageMetadata() local 378 static bool PerformPowerwashIfRequired(ZipArchiveHandle zip, Device *device) { in PerformPowerwashIfRequired() 390 int* max_temperature, Device* device) { in TryUpdateBinary() 608 int* max_temperature, Device* device) { in VerifyAndInstallPackage() 636 bool should_wipe_cache, int retry_count, Device* device) { in InstallPackage()
|
D | wipe_data.cpp | 83 bool WipeData(Device* device, bool keep_memtag_mode, std::string_view data_fstype) { in WipeData()
|
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 | 157 static bool yes_no(Device* device, const char* question1, const char* question2) { in yes_no() 167 static bool ask_to_wipe_data(Device* device) { in ask_to_wipe_data() 178 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()
|
D | recovery_main.cpp | 420 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 | 66 Device::BuiltinAction StartFastboot(Device* device, const std::vector<std::string>& /* args */) { in StartFastboot()
|
/bootable/deprecated-ota/updater/ |
D | mounts.cpp | 33 std::string device; member
|
/bootable/libbootloader/gbl/libefi/src/ |
D | protocol.rs | 40 device: DeviceHandle, field
|