Lines Matching defs:SourcePath
1033 type SourcePath struct { struct
1034 basePath
1037 func (p SourcePath) RelativeToTop() Path {
1044 func (p SourcePath) withRel(rel string) SourcePath {
1086 func existsWithDependencies(ctx PathGlobContext, path SourcePath) (exists bool, err error) {
1172 func (p SourcePath) String() string {
1181 func (p SourcePath) Join(ctx PathContext, paths ...string) SourcePath {
1190 func (p SourcePath) join(ctx PathContext, paths ...string) SourcePath {
1200 func (p SourcePath) OverlayPath(ctx ModuleMissingDepsPathContext, path Path) OptionalPath {
1438 func (p SourcePath) genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath {
1442 func (p SourcePath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath {
1446 func (p SourcePath) resPathWithName(ctx ModuleOutPathContext, name string) ModuleResPath {