Searched defs:nativeLibraryRootDir (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DApplicationInfo.java502 * nativeLibraryRootDir & nativeLibraryRootRequiresIsa there as well.
519 public String nativeLibraryRootDir; field in class:ApplicationInfo
523 * {@link #nativeLibraryRootDir} to be useful.
694 nativeLibraryRootDir = orig.nativeLibraryRootDir;
744 dest.writeString(nativeLibraryRootDir);
793 nativeLibraryRootDir = source.readString();

Completed in 57 milliseconds