Home
last modified time | relevance | path

Searched defs:SourcePath (Results 1 – 1 of 1) sorted by relevance

/build/soong/android/
Dpaths.go1033 type SourcePath struct { struct
1034 basePath
1037 func (p SourcePath) RelativeToTop() Path {
1044 func (p SourcePath) withRel(rel string) SourcePath {
1086 func existsWithDependencies(ctx PathGlobContext, path SourcePath) (exists bool, err error) {
1172 func (p SourcePath) String() string {
1181 func (p SourcePath) Join(ctx PathContext, paths ...string) SourcePath {
1190 func (p SourcePath) join(ctx PathContext, paths ...string) SourcePath {
1200 func (p SourcePath) OverlayPath(ctx ModuleMissingDepsPathContext, path Path) OptionalPath {
1438 func (p SourcePath) genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath {
[all …]