Home
last modified time | relevance | path

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

/build/soong/android/
Dpaths.go931 type SourcePath struct { struct
932 basePath
935 srcDir string
938 func (p SourcePath) RelativeToTop() Path {
945 func (p SourcePath) withRel(rel string) SourcePath {
985 func existsWithDependencies(ctx PathContext, path SourcePath) (exists bool, err error) {
1064 func (p SourcePath) String() string {
1070 func (p SourcePath) Join(ctx PathContext, paths ...string) SourcePath {
1079 func (p SourcePath) join(ctx PathContext, paths ...string) SourcePath {
1089 func (p SourcePath) OverlayPath(ctx ModuleMissingDepsPathContext, path Path) OptionalPath {
[all …]