HomeSort by relevance Sort by last modified time
    Searched refs:target_device (Results 1 - 3 of 3) sorted by null

  /external/autotest/client/cros/faft/utils/
kernel_handler.py 63 target_device = self.os_if.get_internal_disk(
66 target_device = self.root_dev
70 'cgpt show %s' % target_device)
78 device = self.os_if.join_part(target_device, line.split()[2])
  /development/scripts/
gdbclient.py 79 target_device = dump_var(root, "TARGET_DEVICE")
80 if target_device not in names:
81 msg = "TARGET_DEVICE ({}) does not match attached device ({})"
82 sys.exit(msg.format(target_device, ", ".join(names)))
  /device/lge/bullhead/
releasetools.py 227 target_device = info.info_dict["build.prop"]["ro.product.device"]
229 info.script.AppendExtra("lge_"+target_device+"_update_gpt();")
243 info.script.AppendExtra("lge_"+target_device+"_recover_gpt();")

Completed in 796 milliseconds