Lines Matching refs:Join
53 bin = filepath.Join(wd, bin)
61 gopath := filepath.Join(wd, "gopath")
64 os.Setenv("PATH", filepath.Join(cfg.Goroot, "bin")+
66 syzkallerDir := filepath.Join(gopath, "src", "github.com", "google", "syzkaller")
99 latestDir: filepath.Join("syzkaller", "latest"),
100 currentDir: filepath.Join("syzkaller", "current"),
176 latestBin := filepath.Join(upd.latestDir, "bin", upd.exe)
177 latestTag := filepath.Join(upd.latestDir, "tag")
214 src := filepath.Join(upd.descriptions, f.Name())
215 dst := filepath.Join(upd.syzkallerDir, "sys", "linux", f.Name())
254 tagFile := filepath.Join(upd.syzkallerDir, "tag")
270 tag, _ := readTag(filepath.Join(upd.latestDir, "tag"))