Searched refs:archiveFile (Results 1 – 1 of 1) sorted by relevance
/build/blueprint/bootstrap/ |
D | bootstrap.go | 250 archiveFile string member 283 return g.archiveFile 313 g.archiveFile = filepath.Join(g.pkgRoot, 344 buildGoPackage(ctx, g.pkgRoot, g.properties.PkgPath, g.archiveFile, 401 archiveFile = filepath.Join(objDir, name+".a") 444 buildGoPackage(ctx, objDir, "main", archiveFile, srcs, genSrcs) 465 Inputs: []string{archiveFile}, 513 pkgPath string, archiveFile string, srcs []string, genSrcs []string) { 540 Outputs: []string{archiveFile},
|