HomeSort by relevance Sort by last modified time
    Searched full:misc_device (Results 1 - 4 of 4) sorted by null

  /system/update_engine/
boot_control_android.cc 134 base::FilePath misc_device = base::FilePath(record->blk_device); local
137 if (!utils::IsSymlink(misc_device.value().c_str())) {
138 LOG(ERROR) << "Device file " << misc_device.value() << " for /misc "
150 base::FilePath path = misc_device.DirName().Append(partition_name + suffix);
  /device/huawei/angler/
releasetools.py 323 _, misc_device = common.GetTypeAndDevice("/misc", info.info_dict)
326 'package_extract_file("bootloader-flag.txt", "%s");' % misc_device)
333 'package_extract_file("bootloader-flag-clear.txt", "%s");' % misc_device)
  /device/lge/bullhead/
releasetools.py 189 _, misc_device = common.GetTypeAndDevice("/misc", info.info_dict)
192 'package_extract_file("bootloader-flag.txt", "%s");' % (misc_device,))
261 (misc_device,))
  /device/moto/shamu/
releasetools.py 282 _, misc_device = common.GetTypeAndDevice("/misc", info.info_dict)
286 (misc_device,))
294 (misc_device,))

Completed in 1412 milliseconds