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

  /cts/tests/tests/os/src/android/os/cts/
SecurityFeaturesTest.java 80 int ro_debuggable = Integer.parseInt(BuildTest.getProperty(BuildTest.RO_DEBUGGABLE)); local
82 assertEquals(ro_debuggable, prctl_dumpable);
BuildTest.java 223 static final String RO_DEBUGGABLE = "ro.debuggable";
237 assertProperty("Must be a non-debuggable build", RO_DEBUGGABLE, "0");

Completed in 52 milliseconds