Home
last modified time | relevance | path

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

/cts/tests/tests/jni/src/android/jni/cts/
DLinkerNamespacesHelper.java274 String nativePath = getApplicationInfo(packageName).nativeLibraryDir; in getNativePath() local
275 if (nativePath == null) { in getNativePath()
278 return nativePath; in getNativePath()
337 String nativePath = getNativePath("android.jni.cts"); in runClassLoaderNamespaces() local
339 apkPath, nativePath, ClassLoader.getSystemClassLoader()); in runClassLoaderNamespaces()
342 apkPath, nativePath, ClassLoader.getSystemClassLoader()); in runClassLoaderNamespaces()