D | ShadowArscApkAssets9.java | 83 private final boolean system; field in ShadowArscApkAssets9.Key 87 public Key(FileDescriptor fd, String path, boolean system, boolean load_as_shared_library, in Key() argument 91 this.system = system; in Key() 105 return system == key.system && in equals() 114 return Objects.hash(fd, path, system, load_as_shared_library, overlay); in hashCode() 165 protected static ApkAssets loadFromPath(String path, boolean system) in loadFromPath() argument 170 + ", " + system + "); mode=" in loadFromPath() 180 new Key(null, path, system, false, false), in loadFromPath() 183 ClassParameter.from(boolean.class, system))); in loadFromPath() 190 boolean system = (flags & PROPERTY_SYSTEM) == PROPERTY_SYSTEM; in loadFromPath() [all …]
|