Lines Matching refs:Join
51 ctx.newCommand(filepath.Join(ctx.tempDir, clangX86_64), mainCc)))
52 if err := verifyPath(cmd, filepath.Join(ctx.tempDir, "somepath/usr/bin/clang")); err != nil {
83 ctx.env = []string{"PATH=" + filepath.Join(ctx.tempDir, "/pathenv")}
84 ctx.writeFile(filepath.Join(ctx.tempDir, "/pathenv/x86_64-cros-linux-gnu-clang"), "")
87 …if err := verifyPath(cmd, filepath.Join(ctx.tempDir, "pathenv/somepath/usr/bin/clang")); err != ni…
99 if err := verifyPath(cmd, filepath.Join(ctx.tempDir, "clang")); err != nil {
262 linkerPath := filepath.Join(ctx.tempDir, "a/b/c")
263 ctx.writeFile(filepath.Join(linkerPath, "x86_64-cros-linux-gnu-ld"), "")
275 realLinkerPath := filepath.Join(ctx.tempDir, "a/original/path/somelinker")
277 firstLinkLinkerPath := filepath.Join(ctx.tempDir, "a/first/somelinker")
279 secondLinkLinkerPath := filepath.Join(ctx.tempDir, "a/second/x86_64-cros-linux-gnu-ld")