Lines Matching defs:SourcePath
1258 type SourcePath struct { struct
1259 basePath
1264 func (p SourcePath) withRel(rel string) SourcePath {
1269 func (p SourcePath) RelativeToTop() Path {
1311 func existsWithDependencies(ctx PathGlobContext, path SourcePath) (exists bool, err error) {
1409 func (p SourcePath) String() string {
1416 func (p SourcePath) WithoutRel() Path {
1423 func (p SourcePath) Join(ctx PathContext, paths ...string) SourcePath {
1432 func (p SourcePath) join(ctx PathContext, paths ...string) SourcePath {
1442 func (p SourcePath) OverlayPath(ctx ModuleMissingDepsPathContext, path Path) OptionalPath {
1718 func (p SourcePath) genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath {
1722 …PathWithExtAndTrimExt(ctx ModuleOutPathContext, subdir, ext string, trimExt string) ModuleGenPath {
1733 func (p SourcePath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath {
1737 func (p SourcePath) resPathWithName(ctx ModuleOutPathContext, name string) ModuleResPath {