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

  /cts/tests/tests/os/src/android/os/cts/
SecurityFeaturesTest.java 72 int ro_debuggable = Integer.parseInt(BuildTest.getProperty(BuildTest.RO_DEBUGGABLE)); local
74 assertEquals(ro_debuggable, prctl_dumpable);
  /system/core/adb/daemon/
main.cpp 75 bool ro_debuggable = __android_log_is_debuggable(); local
84 if (ro_debuggable && adb_root) {

Completed in 74 milliseconds