Searched refs:device (Results 1 – 8 of 8) sorted by relevance
/bootable/recovery/mtdutils/ |
D | mounts.c | 28 const char *device; member 49 free((char *)volume->device); in free_volume_internals() 93 v->device = strdup(mentry->mnt_fsname); in scan_mounted_volumes() 103 find_mounted_volume_by_device(const char *device) in find_mounted_volume_by_device() argument 111 if (v->device != NULL) { in find_mounted_volume_by_device() 112 if (strcmp(v->device, device) == 0) { in find_mounted_volume_by_device() 158 return mount(volume->device, volume->mount_point, volume->filesystem, in remount_read_only()
|
D | mounts.h | 28 const MountedVolume *find_mounted_volume_by_device(const char *device);
|
/bootable/recovery/ |
D | recovery.cpp | 506 int menu_only, int initial_selection, Device* device) { in get_menu_selection() argument 529 int action = device->HandleMenuKey(key, visible); in get_menu_selection() 559 static char* browse_directory(const char* path, Device* device) { in browse_directory() argument 625 chosen_item = get_menu_selection(headers, zips, 1, chosen_item, device); in browse_directory() 643 result = browse_directory(new_path, device); in browse_directory() 658 static bool yes_no(Device* device, const char* question1, const char* question2) { in yes_no() argument 662 int chosen_item = get_menu_selection(headers, items, 1, 0, device); in yes_no() 667 static bool wipe_data(int should_confirm, Device* device) { in wipe_data() argument 668 if (should_confirm && !yes_no(device, "Wipe all user data?", " THIS CAN NOT BE UNDONE!")) { in wipe_data() 676 device->PreWipeData() && in wipe_data() [all …]
|
D | verifier_test.sh | 28 $ADB wait-for-device
|
D | Android.mk | 36 device.cpp \
|
/bootable/recovery/etc/META-INF/com/google/android/ |
D | update-script | 2 assert file_contains("SYSTEM:build.prop", "ro.product.device=dream") == "true" || file_contains("SY… 3 assert file_contains("RECOVERY:default.prop", "ro.product.device=dream") == "true" || file_contains… 4 assert getprop("ro.product.device") == "dream"
|
/bootable/recovery/applypatch/ |
D | imgdiff_test.sh | 33 $ADB wait-for-device
|
D | applypatch.sh | 43 $ADB wait-for-device
|