Searched refs:forceSharedLibrary (Results 1 – 1 of 1) sorted by relevance
78 boolean forceSharedLibrary) throws IOException { in loadFromPath() argument79 return new ApkAssets(path, system, forceSharedLibrary, false /*overlay*/); in loadFromPath()97 @NonNull String friendlyName, boolean system, boolean forceSharedLibrary) in loadFromFd() argument99 return new ApkAssets(fd, friendlyName, system, forceSharedLibrary); in loadFromFd()