Home
last modified time | relevance | path

Searched refs:archiveFile (Results 1 – 1 of 1) sorted by relevance

/build/blueprint/bootstrap/
Dbootstrap.go232 archiveFile string member
263 return g.archiveFile
285 g.archiveFile = primary.archiveFile
303 g.archiveFile = filepath.Join(g.pkgRoot,
335 Outputs: []string{g.archiveFile},
341 buildGoPackage(ctx, g.pkgRoot, g.properties.PkgPath, g.archiveFile,
468 archiveFile = filepath.Join(objDir, name+".a")
502 buildGoPackage(ctx, objDir, "main", archiveFile, srcs, genSrcs, g.properties.EmbedSrcs)
523 Inputs: []string{archiveFile},
592 pkgPath string, archiveFile string, srcs []string, genSrcs []string, embedSrcs []string) {
[all …]