Lines Matching defs:SourcePath
603 type SourcePath struct { struct
604 basePath
609 func (p SourcePath) withRel(rel string) SourcePath {
649 func existsWithDependencies(ctx PathContext, path SourcePath) (exists bool, err error) {
726 func (p SourcePath) String() string {
732 func (p SourcePath) Join(ctx PathContext, paths ...string) SourcePath {
741 func (p SourcePath) join(ctx PathContext, paths ...string) SourcePath {
751 func (p SourcePath) OverlayPath(ctx ModuleContext, path Path) OptionalPath {
943 func (p SourcePath) genPathWithExt(ctx ModuleContext, subdir, ext string) ModuleGenPath {
947 func (p SourcePath) objPathWithExt(ctx ModuleContext, subdir, ext string) ModuleObjPath {
951 func (p SourcePath) resPathWithName(ctx ModuleContext, name string) ModuleResPath {