Searched refs:emu_path (Results 1 – 2 of 2) sorted by relevance
185 emu_path = os.path.join(os.path.join(sdk_path, 'tools'), 'emulator')186 if not os.path.isfile(emu_path):190 return emu_path195 emu_path = ""197 emu_path = get_emulator_path()200 test_avd = AVD(name, emu_path)
35 def __init__(self, name, emu_path): argument37 self._emu_path = emu_path