Home
last modified time | relevance | path

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

/libcore/dalvik/src/main/java/dalvik/system/
DDexPathList.java888 String entryPath = new File(path, name).getPath(); in findNativeLibrary() local
889 if (IoUtils.canOpenReadOnly(entryPath)) { in findNativeLibrary()
890 return entryPath; in findNativeLibrary()