Searched refs:PackageFile (Results 1 – 5 of 5) sorted by relevance
/aosp12/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/ |
H A D | UpdateConfig.java | 76 ArrayList<PackageFile> propertyFiles = new ArrayList<>(); in fromJson() 81 propertyFiles.add(new PackageFile( in fromJson() 91 propertyFiles.toArray(new PackageFile[0]), in fromJson() 185 public static class PackageFile implements Serializable { class in UpdateConfig 198 public PackageFile(String filename, long offset, long size) { in PackageFile() method in UpdateConfig.PackageFile 237 private PackageFile[] mPropertyFiles; 249 PackageFile[] propertyFiles, in AbConfig() 265 public PackageFile[] getPropertyFiles() { in getPropertyFiles()
|
/aosp12/build/soong/android/ |
H A D | prebuilt_build_tool.go | 79 ctx.PackageFile(packagingDir, sourcePath.String(), sourcePath) 81 ctx.PackageFile(packagingDir, dep.String(), dep)
|
H A D | module.go | 394 PackageFile(installPath InstallPath, name string, srcPath Path) PackagingSpec 1858 ctx.PackageFile(rcDir, filepath.Base(src.String()), src) 1864 ctx.PackageFile(vintfDir, filepath.Base(src.String()), src) 2664 func (m *moduleContext) PackageFile(installPath InstallPath, name string, srcPath Path) PackagingSp… func
|
/aosp12/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/services/ |
H A D | PrepareUpdateService.java | 162 Optional<UpdateConfig.PackageFile> payloadBinary = in execute() 199 Optional<UpdateConfig.PackageFile> metadataPackageFile = in verifyPayloadMetadata() 246 for (UpdateConfig.PackageFile file : config.getAbConfig().getPropertyFiles()) { in downloadPreStreamingFiles()
|
/aosp12/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/util/ |
H A D | UpdateConfigs.java | 90 public static Optional<UpdateConfig.PackageFile> getPropertyFile( in getPropertyFile()
|