Searched defs:SourcePath (Results 1 – 1 of 1) sorted by relevance
931 type SourcePath struct { struct932 basePath935 srcDir string938 func (p SourcePath) RelativeToTop() Path {945 func (p SourcePath) withRel(rel string) SourcePath {985 func existsWithDependencies(ctx PathContext, path SourcePath) (exists bool, err error) {1064 func (p SourcePath) String() string {1070 func (p SourcePath) Join(ctx PathContext, paths ...string) SourcePath {1079 func (p SourcePath) join(ctx PathContext, paths ...string) SourcePath {1089 func (p SourcePath) OverlayPath(ctx ModuleMissingDepsPathContext, path Path) OptionalPath {[all …]