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

  /external/autotest/server/site_tests/factory_InstallVM/
factory_InstallVM.py 11 debug_save_hda: if specified, path to save the hda.bin to after
13 debug_reuse_hda: if specified, path to an existing hda.bin image
31 # The name of the image used for hda. This should be unique to this test,
101 self.hda = os.path.join(self.client.get_tmp_dir(), _HDA_FILENAME)
104 self.client.run("cp %s %s" % (self.reuse_hda, self.hda))
115 # On the client, create a nice big sparse file for hda
117 self.client.run("truncate -s %dM %s" % (_HDA_SIZE_MB, self.hda))
125 ["-drive", "file=%s,boot=off" % self.hda,
133 self.client.run("cp %s %s" % (self.hda, self.save_hda))
137 "-hda", self.hda
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
subprocess.py 237 output=`dmesg | grep hda`
240 p2 = Popen(["grep", "hda"], stdin=p1.stdout, stdout=PIPE)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
subprocess.py 237 output=`dmesg | grep hda`
240 p2 = Popen(["grep", "hda"], stdin=p1.stdout, stdout=PIPE)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
subprocess.py 237 output=`dmesg | grep hda`
240 p2 = Popen(["grep", "hda"], stdin=p1.stdout, stdout=PIPE)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
subprocess.py 237 output=`dmesg | grep hda`
240 p2 = Popen(["grep", "hda"], stdin=p1.stdout, stdout=PIPE)
    [all...]

Completed in 215 milliseconds