D | ShadowArscApkAssets9.java | 74 private final boolean system; field in ShadowArscApkAssets9.Key 78 public Key(FileDescriptor fd, String path, boolean system, boolean load_as_shared_library, in Key() argument 82 this.system = system; in Key() 96 return system == key.system && in equals() 105 return Objects.hash(fd, path, system, load_as_shared_library, overlay); in hashCode() 149 protected static ApkAssets loadFromPath(String path, boolean system) in loadFromPath() argument 154 + ", " + system + "); mode=" in loadFromPath() 164 new Key(null, path, system, false, false), in loadFromPath() 167 ClassParameter.from(boolean.class, system))); in loadFromPath() 171 protected static @NonNull ApkAssets loadFromPath(@NonNull String path, boolean system, in loadFromPath() argument [all …]
|