Searched refs:emu_path (Results 1 – 2 of 2) sorted by relevance
176 emu_path = os.path.join(os.path.join(sdk_path, 'tools'), 'emulator')177 if not os.path.isfile(emu_path):181 return emu_path186 emu_path = ""188 emu_path = get_emulator_path()191 test_avd = AVD(name, emu_path)
35 def __init__(self, name, emu_path): argument37 self._emu_path = emu_path