Lines Matching defs:SourcePath
931 type SourcePath struct { struct
932 basePath
935 srcDir string
938 func (p SourcePath) RelativeToTop() Path {
945 func (p SourcePath) withRel(rel string) SourcePath {
985 func existsWithDependencies(ctx PathContext, path SourcePath) (exists bool, err error) {
1064 func (p SourcePath) String() string {
1070 func (p SourcePath) Join(ctx PathContext, paths ...string) SourcePath {
1079 func (p SourcePath) join(ctx PathContext, paths ...string) SourcePath {
1089 func (p SourcePath) OverlayPath(ctx ModuleMissingDepsPathContext, path Path) OptionalPath {
1326 func (p SourcePath) genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath {
1330 func (p SourcePath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath {
1334 func (p SourcePath) resPathWithName(ctx ModuleOutPathContext, name string) ModuleResPath {