Searched refs:emulator_path (Results 1 – 1 of 1) sorted by relevance
178 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_path477 def _StartEmulatorProcess(emulator_path, working_dir, image_dir, argument510 os.path.abspath(emulator_path),