Searched refs:archiveFile (Results 1 – 1 of 1) sorted by relevance
/build/blueprint/bootstrap/ |
D | bootstrap.go | 263 archiveFile string member 299 return g.archiveFile 321 g.archiveFile = primary.archiveFile 339 g.archiveFile = filepath.Join(g.pkgRoot, 370 buildGoPackage(ctx, g.pkgRoot, g.properties.PkgPath, g.archiveFile, 438 archiveFile = filepath.Join(objDir, name+".a") 479 buildGoPackage(ctx, objDir, "main", archiveFile, srcs, genSrcs) 500 Inputs: []string{archiveFile}, 548 pkgPath string, archiveFile string, srcs []string, genSrcs []string) { 575 Outputs: []string{archiveFile},
|