Searched refs:dev (Results 1 – 4 of 4) sorted by relevance
/bootable/recovery/minui/ |
D | graphics_adf.cpp | 109 static int adf_device_init(adf_pdata *pdata, adf_device *dev) in adf_device_init() argument 115 err = adf_find_simple_post_configuration(dev, &pdata->format, 1, &intf_id, in adf_device_init() 120 err = adf_device_attach(dev, pdata->eng_id, intf_id); in adf_device_init() 124 pdata->intf_fd = adf_interface_open(dev, intf_id, O_RDWR); in adf_device_init() 166 adf_device dev; in adf_init() local 168 int err = adf_device_open(dev_ids[i], O_RDWR, &dev); in adf_init() 175 err = adf_device_init(pdata, &dev); in adf_init() 180 adf_device_close(&dev); in adf_init()
|
/bootable/recovery/etc/ |
D | init.rc | 31 mkdir /dev/usb-ffs 0770 shell shell 32 mkdir /dev/usb-ffs/adb 0770 shell shell 33 mount functionfs adb /dev/usb-ffs/adb uid=2000,gid=2000 56 rm /dev/.booting
|
/bootable/recovery/applypatch/ |
D | applypatch.sh | 131 run_command dd if=/dev/urandom of=$WORK_DIR/old.file count=100 bs=1024 || fail 223 run_command dd if=/dev/urandom of=$WORK_DIR/old.file count=100 bs=1024 || fail 231 run_command dd if=/dev/urandom of=$CACHE_TEMP_SOURCE count=100 bs=1024 || fail 238 run_command dd if=/dev/urandom of=$WORK_DIR/new.file count=100 bs=1024 || fail 250 echo run_command dd if=/dev/zero of=$WORK_DIR/bloat.dat count=$((free_kb-512)) bs=1024 || fail 251 run_command dd if=/dev/zero of=$WORK_DIR/bloat.dat count=$((free_kb-512)) bs=1024 || fail 281 run_command dd if=/dev/zero of=/cache/bloat_small.dat count=128 bs=1024 || fail 282 run_command dd if=/dev/zero of=/cache/bloat_large.dat count=$((free_kb-640)) bs=1024 || fail 326 run_command dd if=/dev/urandom of=$WORK_DIR/old.file count=100 bs=1024 || fail
|
D | applypatch.cpp | 149 FILE* dev = NULL; in LoadPartitionContents() local 173 dev = ota_fopen(partition, "rb"); in LoadPartitionContents() 174 if (dev == NULL) { in LoadPartitionContents() 202 read = ota_fread(p, 1, next, dev); in LoadPartitionContents() 243 ota_fclose(dev); in LoadPartitionContents()
|