Lines Matching refs:Join
21 configFile := filepath.Join(kernelDir, ".config")
28 sshkey := filepath.Join(kernelDir, "key")
54 targetKey := filepath.Join(kernelDir, "kern", "kfs", ".ssh", "authorized_keys")
63 initFile := filepath.Join(kernelDir, "kern", "kfs", "init.sh")
85 if err := osutil.WriteFile(filepath.Join(outputDir, "image"), nil); err != nil {
94 fullSrc := filepath.Join(kernelDir, filepath.FromSlash(src))
95 fullDst := filepath.Join(outputDir, filepath.FromSlash(dst))
120 cmd.Dir = filepath.Join(kernelDir, filepath.FromSlash(runDir))
126 "AKAROS_XCC_ROOT=" + filepath.Join(kernelDir, "toolchain", "x86_64-ucb-akaros-gcc"),
127 "X86_64_INSTDIR=" + filepath.Join(kernelDir, "toolchain", "x86_64-ucb-akaros-gcc"),
128 "PATH=" + filepath.Join(kernelDir, "toolchain", "x86_64-ucb-akaros-gcc", "bin") +