Home
last modified time | relevance | path

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

/build/soong/android/
Dpaths.go603 type SourcePath struct { struct
604 basePath
609 func (p SourcePath) withRel(rel string) SourcePath {
649 func existsWithDependencies(ctx PathContext, path SourcePath) (exists bool, err error) {
726 func (p SourcePath) String() string {
732 func (p SourcePath) Join(ctx PathContext, paths ...string) SourcePath {
741 func (p SourcePath) join(ctx PathContext, paths ...string) SourcePath {
751 func (p SourcePath) OverlayPath(ctx ModuleContext, path Path) OptionalPath {
943 func (p SourcePath) genPathWithExt(ctx ModuleContext, subdir, ext string) ModuleGenPath {
947 func (p SourcePath) objPathWithExt(ctx ModuleContext, subdir, ext string) ModuleObjPath {
[all …]