HomeSort by relevance Sort by last modified time
    Searched refs:emu_path (Results 1 - 2 of 2) sorted by null

  /cts/hostsidetests/theme/
avd.py 35 def __init__(self, name, emu_path):
37 self._emu_path = emu_path
generate_images.py 176 emu_path = os.path.join(os.path.join(sdk_path, 'tools'), 'emulator')
177 if not os.path.isfile(emu_path):
181 return emu_path
186 emu_path = ""
188 emu_path = get_emulator_path()
191 test_avd = AVD(name, emu_path)

Completed in 58 milliseconds