Lines Matching defs:SourcePath
683 type SourcePath struct { struct
684 basePath
689 func (p SourcePath) withRel(rel string) SourcePath {
729 func existsWithDependencies(ctx PathContext, path SourcePath) (exists bool, err error) {
806 func (p SourcePath) String() string {
812 func (p SourcePath) Join(ctx PathContext, paths ...string) SourcePath {
821 func (p SourcePath) join(ctx PathContext, paths ...string) SourcePath {
831 func (p SourcePath) OverlayPath(ctx ModuleContext, path Path) OptionalPath {
1028 func (p SourcePath) genPathWithExt(ctx ModuleContext, subdir, ext string) ModuleGenPath {
1032 func (p SourcePath) objPathWithExt(ctx ModuleContext, subdir, ext string) ModuleObjPath {
1036 func (p SourcePath) resPathWithName(ctx ModuleContext, name string) ModuleResPath {