Lines Matching defs:Path
164 type Path interface { interface
233 func GenPathWithExt(ctx ModuleOutPathContext, subdir string, p Path, ext string) ModuleGenPath {
243 func ObjPathWithExt(ctx ModuleOutPathContext, subdir string, p Path, ext string) ModuleObjPath {
254 func ResPathWithName(ctx ModuleOutPathContext, p Path, name string) ModuleResPath {
269 func OptionalPathForPath(path Path) OptionalPath {
283 func (p OptionalPath) Path() Path { func
337 func (paths Paths) containsPath(path Path) bool {
764 func indexPathList(s Path, list []Path) int {
774 func inPathList(p Path, list []Path) bool {
778 func FilterPathList(list []Path, filter []Path) (remainder []Path, filtered []Path) {
782 func FilterPathListPredicate(list []Path, predicate func(Path) bool) (remainder []Path, filtered []…
1311 func PathWithModuleSrcSubDir(ctx EarlyModulePathContext, path Path, subDir string) Path {
2020 func PathsIfNonNil(paths ...Path) Paths {