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

  /art/test/117-nopatchoat/src/
Main.java 19 boolean executable_correct = (isPic() ?
50 private native static boolean isPic();
  /art/test/117-nopatchoat/
nopatchoat.cc 40 static bool isPic(jclass cls) {
48 return oat_file->IsPic();
57 return NoPatchoatTest::isPic(cls);

Completed in 48 milliseconds