Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DApkAssets.java328 return nativeGetAssetPath(mNativePtr); in getAssetPath()
436 private static native @NonNull String nativeGetAssetPath(long ptr); in nativeGetAssetPath() method in ApkAssets