Lines Matching full:filepath
22 "path/filepath"
54 targets[filepath.Clean(replacedTarget)] = true
62 for _, filePath := range filePaths {
63 isTarget := targets[filePath]
65 err = removeFileAndEmptyDirs(filePath)
76 logFilePath := filepath.Join(ninjaBuildDir, logFileName)
113 filePath := strings.Join(fields[start:end], fieldSeperator)
115 filePaths = append(filePaths, filePath)
139 path, err = filepath.Abs(path)
149 for dir := filepath.Dir(path); dir != cwd; dir = filepath.Dir(dir) {