Home
last modified time | relevance | path

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

/build/soong/android/
Dpaths.go683 type SourcePath struct { struct
684 basePath
689 func (p SourcePath) withRel(rel string) SourcePath {
729 func existsWithDependencies(ctx PathContext, path SourcePath) (exists bool, err error) {
806 func (p SourcePath) String() string {
812 func (p SourcePath) Join(ctx PathContext, paths ...string) SourcePath {
821 func (p SourcePath) join(ctx PathContext, paths ...string) SourcePath {
831 func (p SourcePath) OverlayPath(ctx ModuleContext, path Path) OptionalPath {
1028 func (p SourcePath) genPathWithExt(ctx ModuleContext, subdir, ext string) ModuleGenPath {
1032 func (p SourcePath) objPathWithExt(ctx ModuleContext, subdir, ext string) ModuleObjPath {
[all …]