Home
last modified time | relevance | path

Searched refs:openDexFileNative (Results 1 – 1 of 1) sorted by relevance

/libcore/dalvik/src/main/java/dalvik/system/
DDexFile.java406 return openDexFileNative(new File(sourceName).getAbsolutePath(), in openDexFile()
477 private static native Object openDexFileNative(String sourceName, String outputName, int flags, in openDexFileNative() method in DexFile