Searched defs:SourcePath (Results 1 – 1 of 1) sorted by relevance
1031 type SourcePath struct { struct1032 basePath1035 srcDir string1038 func (p SourcePath) RelativeToTop() Path {1045 func (p SourcePath) withRel(rel string) SourcePath {1085 func existsWithDependencies(ctx PathContext, path SourcePath) (exists bool, err error) {1165 func (p SourcePath) String() string {1171 func (p SourcePath) Join(ctx PathContext, paths ...string) SourcePath {1180 func (p SourcePath) join(ctx PathContext, paths ...string) SourcePath {1190 func (p SourcePath) OverlayPath(ctx ModuleMissingDepsPathContext, path Path) OptionalPath {[all …]