Lines Matching defs:SourcePath
1266 type SourcePath struct { struct
1267 basePath
1272 func (p SourcePath) withRel(rel string) SourcePath {
1277 func (p SourcePath) RelativeToTop() Path {
1319 func existsWithDependencies(ctx PathGlobContext, path SourcePath) (exists bool, err error) {
1417 func (p SourcePath) String() string {
1424 func (p SourcePath) WithoutRel() Path {
1431 func (p SourcePath) Join(ctx PathContext, paths ...string) SourcePath {
1440 func (p SourcePath) join(ctx PathContext, paths ...string) SourcePath {
1699 func (p SourcePath) genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath {
1703 …PathWithExtAndTrimExt(ctx ModuleOutPathContext, subdir, ext string, trimExt string) ModuleGenPath {
1714 func (p SourcePath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath {
1718 func (p SourcePath) resPathWithName(ctx ModuleOutPathContext, name string) ModuleResPath {