Lines Matching refs:filepath
88 filepath.Walk(root, func(path string, info os.FileInfo, err error) error {
90 relPath, err := filepath.Rel(root, path)
136 tempDir := filepath.Join(sandboxesRoot, "sbox", hex.EncodeToString(hash.Sum(nil)))
165 localTempDir = filepath.Join(localTempDir, strconv.Itoa(i))
243 depFile = filepath.Join(pathToTempDirInSbox, "deps.d")
346 dir := joinPath(sandboxDir, filepath.Dir(copyPair.GetFrom()))
390 err := os.MkdirAll(filepath.Dir(to), 0777)
494 err = os.MkdirAll(filepath.Dir(outRspFile), 0777)
534 err := os.MkdirAll(filepath.Dir(toPath), 0777)
580 outDir := filepath.Dir(out)
592 if filepath.IsAbs(file) {
595 return filepath.Join(dir, file)
599 pathEnvElements := filepath.SplitList(pathEnv)
601 if !filepath.IsAbs(p) {
602 absPath, err := filepath.Abs(p)
609 return strings.Join(pathEnvElements, string(filepath.ListSeparator)), nil