Searched defs:PackageOpts (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modload/ |
D | load.go | 139 type PackageOpts struct { struct 146 TidyGoVersion string 151 Tags map[string]bool 156 Tidy bool 161 TidyDiff bool 168 TidyCompatibleVersion string 173 VendorModulesInGOROOTSrc bool 180 ResolveMissingImports bool 185 AssumeRootsImported bool 194 AllowPackage func(ctx context.Context, path string, mod module.Version) error [all …]
|
D | init.go | 833 func loadModFile(ctx context.Context, opts *PackageOpts) (*Requirements, error) { 1312 …text.Context, workFile *modfile.WorkFile, modFiles []*modfile.File, opts *PackageOpts) *Requiremen…
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/load/ |
D | pkg.go | 659 func LoadPackage(ctx context.Context, opts PackageOpts, path, srcDir string, stk *ImportStack, impo… 676 func loadImport(ctx context.Context, opts PackageOpts, pre *preload, path, srcDir string, parent *P… 2681 func TestPackageList(ctx context.Context, opts PackageOpts, roots []*Package) []*Package { 2740 type PackageOpts struct { struct 2744 IgnoreImports bool 2753 ModResolveTests bool 2760 MainOnly bool 2764 AutoVCS bool 2768 SuppressBuildInfo bool 2772 SuppressEmbedFiles bool [all …]
|
D | test.go | 50 func TestPackagesFor(ctx context.Context, opts PackageOpts, p *Package, cover *TestCover) (pmain, p… 101 func TestPackagesAndErrors(ctx context.Context, done func(), opts PackageOpts, p *Package, cover *T…
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/test/ |
D | test.go | 1054 func builderTest(b *work.Builder, ctx context.Context, pkgOpts load.PackageOpts, p *load.Package, i…
|