Searched refs:nativeLibDirPath (Results 1 – 1 of 1) sorted by relevance
178 String nativeLibDirPath = System.getProperty(NATIVE_LIB_PATH_PROPERTY); in getNativeLibDirPath() local179 if (nativeLibDirPath != null) { in getNativeLibDirPath()180 File nativeLibDir = new File(nativeLibDirPath); in getNativeLibDirPath()182 nativeLibDirPath = nativeLibDir.getAbsolutePath(); in getNativeLibDirPath()184 nativeLibDirPath = null; in getNativeLibDirPath()187 if (nativeLibDirPath == null) { in getNativeLibDirPath()188 nativeLibDirPath = PLATFORM_DIR + "/../../../../../lib64/"; in getNativeLibDirPath()190 return nativeLibDirPath; in getNativeLibDirPath()