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