Lines Matching defs:Paths
339 type Paths []Path type
410 Paths []string member
458 func (p OutputPaths) Paths() Paths { func
744 func CopyOfPaths(paths Paths) Paths {
750 func FirstUniquePaths(list Paths) Paths {
760 func SortedUniquePaths(list Paths) Paths {
768 func firstUniquePathsList(list Paths) Paths {
783 func firstUniquePathsMap(list Paths) Paths {
838 func LastUniquePaths(list Paths) Paths {
855 func ReversePaths(list Paths) Paths {
934 func PathsToDirectorySortedPaths(paths Paths) DirectorySortedPaths {
991 func (p WritablePaths) Paths() Paths { func
1411 func PathsWithModuleSrcSubDir(ctx EarlyModulePathContext, paths Paths, subDir string) Paths {
1847 func (p InstallPaths) Paths() Paths { func
2207 func newPathsDepSet(direct Paths, transitive []*PathsDepSet) *PathsDepSet {