Home
last modified time | relevance | path

Searched refs:device (Results 1 – 8 of 8) sorted by relevance

/bootable/recovery/mtdutils/
Dmounts.c28 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()
Dmounts.h28 const MountedVolume *find_mounted_volume_by_device(const char *device);
/bootable/recovery/
Drecovery.cpp506 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 …]
Dverifier_test.sh28 $ADB wait-for-device
DAndroid.mk36 device.cpp \
/bootable/recovery/etc/META-INF/com/google/android/
Dupdate-script2 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/
Dimgdiff_test.sh33 $ADB wait-for-device
Dapplypatch.sh43 $ADB wait-for-device