Searched refs:get_output (Results 1 – 1 of 1) sorted by relevance
109 return get_output(command)184 adb = get_output('which adb').strip()194 get_output('%s start-server' % adb)215 return Aapt(get_output('which aapt').strip())237 output = get_output('%s -s %s get-state' %254 output = get_output(command)269 output = get_output(get_serials_cmd)324 return get_output('find %s -name "*.apk"' % priv_app_dir).split()334 def get_output(command): function