Searched refs:entryPath (Results 1 – 1 of 1) sorted by relevance
888 String entryPath = new File(path, name).getPath(); in findNativeLibrary() local889 if (IoUtils.canOpenReadOnly(entryPath)) { in findNativeLibrary()890 return entryPath; in findNativeLibrary()