Lines Matching full:pack
51 name, err := ioutil.TempDir("", "pack")
60 name := filepath.Join(dir, "pack.a")
105 name := filepath.Join(dir, "pack.a")
163 name := filepath.Join(dir, "pack.a")
199 // Test that pack-created archives can be understood by the tools.
221 run("go", "build", "cmd/pack") // writes pack binary to dir
223 run("./pack", "grc", "hello.a", "hello.o")
231 // Test that pack works with very long lines in PKGDEF.
285 run("go", "build", "cmd/pack") // writes pack binary to dir
287 run("./pack", "grc", "large.a", "large.o")