Home
last modified time | relevance | path

Searched refs:_CreateEmptyFile (Results 1 – 2 of 2) sorted by relevance

/tools/acloud/create/
Dgoldfish_local_image_local_instance_test.py59 self._CreateEmptyFile(self._emulator_path)
65 def _CreateEmptyFile(path): member in GoldfishLocalImageLocalInstance
133 self._CreateEmptyFile(os.path.join(self._image_dir,
135 self._CreateEmptyFile(os.path.join(self._image_dir, "system",
187 self._CreateEmptyFile(os.path.join(self._image_dir, "x86",
189 self._CreateEmptyFile(os.path.join(self._image_dir, "x86",
243 self._CreateEmptyFile(os.path.join(self._image_dir, "system.img"))
244 self._CreateEmptyFile(os.path.join(self._image_dir, "build.prop"))
315 lambda out_path, _conf, _get_img: self._CreateEmptyFile(out_path))
319 self._CreateEmptyFile(os.path.join(self._image_dir, "x86",
[all …]
Dlocal_image_local_instance_test.py245 def _CreateEmptyFile(path): member in LocalImageLocalInstanceTest
256 self._CreateEmptyFile(os.path.join(cvd_dir, "bin", "launch_cvd"))
281 self._CreateEmptyFile(os.path.join(image_dir, "vbmeta.img"))
282 self._CreateEmptyFile(os.path.join(cvd_dir, "bin", "launch_cvd"))
283 self._CreateEmptyFile(system_image_path)
284 self._CreateEmptyFile(boot_image_path)
285 self._CreateEmptyFile(os.path.join(extra_image_dir,
287 self._CreateEmptyFile(misc_info_path)
319 self._CreateEmptyFile(os.path.join(image_dir, "IMAGES",
321 self._CreateEmptyFile(os.path.join(cvd_dir, "bin", "launch_cvd"))
[all …]