Home
last modified time | relevance | path

Searched refs:emu_path (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/theme/
Dgenerate_images.py185 emu_path = os.path.join(os.path.join(sdk_path, 'tools'), 'emulator')
186 if not os.path.isfile(emu_path):
190 return emu_path
195 emu_path = ""
197 emu_path = get_emulator_path()
200 test_avd = AVD(name, emu_path)
Davd.py35 def __init__(self, name, emu_path): argument
37 self._emu_path = emu_path