Home
last modified time | relevance | path

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

/build/soong/android/
Dpaths.go310 type SourcePath struct { struct
311 basePath
435 func (p SourcePath) String() string {
441 func (p SourcePath) Join(ctx PathContext, paths ...string) SourcePath {
448 func (p SourcePath) OverlayPath(ctx ModuleContext, path Path) OptionalPath {
521 SourcePath anonMember