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

  /libcore/dalvik/src/main/java/dalvik/system/
DexFile.java 295 return openDexFileNative(new File(sourceName).getAbsolutePath(),
308 private static native long openDexFileNative(String sourceName, String outputName, int flags);
  /art/runtime/native/
dalvik_system_DexFile.cc 616 NATIVE_METHOD(DexFile, openDexFileNative, "(Ljava/lang/String;Ljava/lang/String;I)J"),

Completed in 230 milliseconds