Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/io/
DIoUtils.java272 public static boolean canOpenReadOnly(String path) { in canOpenReadOnly() method in IoUtils
/libcore/dalvik/src/main/java/dalvik/system/
DDexPathList.java884 if (IoUtils.canOpenReadOnly(entryPath)) { in findNativeLibrary()