Home
last modified time | relevance | path

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

/tools/acloud/create/
Dgoldfish_local_image_local_instance.py178 emulator_path = self._FindEmulatorBinary(avd_spec.local_tool_dirs)
195 proc = self._StartEmulatorProcess(emulator_path, instance_dir,
304 emulator_path = os.path.join(emulator_dir, _EMULATOR_BIN_NAME)
305 utils.SetExecutable(emulator_path)
306 return emulator_path
477 def _StartEmulatorProcess(emulator_path, working_dir, image_dir, argument
510 os.path.abspath(emulator_path),