Searched refs:archiveFile (Results 1 – 1 of 1) sorted by relevance
/build/blueprint/bootstrap/ |
D | bootstrap.go | 210 archiveFile string member 243 return g.archiveFile 281 g.archiveFile = filepath.Join(g.pkgRoot, 313 buildGoPackage(ctx, g.pkgRoot, g.properties.PkgPath, g.archiveFile, 319 phonyGoTarget(ctx, g.archiveFile, g.properties.Srcs, genSrcs, nil) 367 archiveFile = filepath.Join(objDir, name+".a") 403 buildGoPackage(ctx, objDir, name, archiveFile, g.properties.Srcs, genSrcs, deps) 421 Inputs: []string{archiveFile}, 435 intermediates := []string{aoutFile, archiveFile} 469 pkgPath string, archiveFile string, srcs []string, genSrcs []string, orderDeps []string) { [all …]
|