Home
last modified time | relevance | path

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

/build/soong/android/
Dpaths.go1031 type SourcePath struct { struct
1032 basePath
1035 srcDir string
1038 func (p SourcePath) RelativeToTop() Path {
1045 func (p SourcePath) withRel(rel string) SourcePath {
1085 func existsWithDependencies(ctx PathContext, path SourcePath) (exists bool, err error) {
1165 func (p SourcePath) String() string {
1171 func (p SourcePath) Join(ctx PathContext, paths ...string) SourcePath {
1180 func (p SourcePath) join(ctx PathContext, paths ...string) SourcePath {
1190 func (p SourcePath) OverlayPath(ctx ModuleMissingDepsPathContext, path Path) OptionalPath {
[all …]