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

  /art/test/117-nopatchoat/src/
Main.java 20 hasExecutableOat() == true :
21 hasExecutableOat() == isDex2OatEnabled());
54 private native static boolean hasExecutableOat();
  /art/test/117-nopatchoat/
nopatchoat.cc 34 static bool hasExecutableOat(jclass cls) {
53 return NoPatchoatTest::hasExecutableOat(cls);

Completed in 183 milliseconds