Searched refs:get_output (Results 1 – 1 of 1) sorted by relevance
132 return get_output(command)251 adb = get_output('which adb').strip()261 get_output('%s start-server' % adb)282 return Aapt(get_output('which aapt').strip())304 output = get_output('%s -s %s get-state' %321 output = get_output(command)336 output = get_output(get_serials_cmd)357 privapp_dirs = get_output('cd %s; find * -name "priv-app"'451 return get_output('find %s -name "*.apk"' % priv_app_dir).split()469 def get_output(command): function