Home
last modified time | relevance | path

Searched defs:PackageFile (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/
H A DUpdateConfig.java185 public static class PackageFile implements Serializable { class in UpdateConfig
198 public PackageFile(String filename, long offset, long size) { in PackageFile() method in UpdateConfig.PackageFile
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/tools/go/analysis/unitchecker/
Dunitchecker.go70 PackageFile map[string]string // maps package path to file of type information member
/aosp_15_r20/build/soong/android/
H A Dmodule_context.go183 PackageFile(installPath InstallPath, name string, srcPath Path) PackagingSpec methodSpec
570 func (m *moduleContext) PackageFile(installPath InstallPath, name string, srcPath Path) PackagingSp… func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/ld/
Dlink.go75 PackageFile map[string]string member
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/work/
Dexec.go1143 PackageFile map[string]string // map package path to .a file with export data member