Home
last modified time | relevance | path

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

/development/tools/privapp_permissions/
Dprivapp_permissions.py109 return get_output(command)
193 adb = get_output('which adb').strip()
203 get_output('%s start-server' % adb)
224 return Aapt(get_output('which aapt').strip())
246 output = get_output('%s -s %s get-state' %
263 output = get_output(command)
278 output = get_output(get_serials_cmd)
335 return get_output('find %s -name "*.apk"' % system_priv_app_dir).split()
363 return get_output(
392 def get_output(command): function