Searched defs:SourcePath (Results 1 – 2 of 2) sorted by relevance
1266 type SourcePath struct { struct1267 basePath1272 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 {[all …]
493 SourcePath android.Path member