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

  /external/chromium_org/build/android/gyp/util/
build_device.py 58 has_root = False
63 has_root = not 'Permission denied' in cmd_output[0]
64 if not has_root:
67 has_root = adb.EnableAdbRoot()
76 return configuration, is_online, has_root
  /external/chromium_org/build/android/gyp/
get_device_configuration.py 38 configuration, is_online, has_root = (
47 if not has_root:

Completed in 226 milliseconds