Searched refs:Src (Results 1 – 9 of 9) sorted by relevance
/build/soong/apex/ |
D | prebuilt.go | 109 Src *string member 112 Src *string 115 Src *string 118 Src *string 121 Src *string 179 src = String(p.properties.Arch.Arm.Src) 181 src = String(p.properties.Arch.Arm64.Src) 183 src = String(p.properties.Arch.X86.Src) 185 src = String(p.properties.Arch.X86_64.Src) 191 src = String(p.properties.Src)
|
/build/soong/cc/ |
D | toolchain_library.go | 31 Src *string `android:"arch_variant"` member 82 if library.Properties.Src == nil { 87 srcPath := android.PathForSource(ctx, *library.Properties.Src)
|
D | vendor_snapshot.go | 91 Src *string `android:"arch_variant"` member 153 if !p.header() && p.properties.Src == nil { 175 in := android.PathForModuleSrc(ctx, *p.properties.Src) 282 Src *string `android:"arch_variant"` member 315 if p.properties.Src == nil { 327 in := android.PathForModuleSrc(ctx, *p.properties.Src) 391 Src *string `android:"arch_variant"` member 424 if p.properties.Src == nil { 439 return android.PathForModuleSrc(ctx, *p.properties.Src)
|
/build/soong/etc/ |
D | prebuilt_etc.go | 43 Src *string `android:"path,arch_variant"` member 140 if p.properties.Src == nil { 146 return android.PathForModuleSrc(ctx, android.String(p.properties.Src)) 175 p.sourceFilePath = android.PathForModuleSrc(ctx, android.String(p.properties.Src))
|
/build/soong/sh/ |
D | sh_binary.go | 47 Src *string `android:"path,arch_variant"` member 121 if s.properties.Src == nil { 143 s.sourceFilePath = android.PathForModuleSrc(ctx, proptools.String(s.properties.Src))
|
/build/soong/java/ |
D | platform_compat_config.go | 37 Src *string `android:"path"` member 115 path := android.PathForModuleSrc(ctx, String(p.properties.Src))
|
/build/soong/android/ |
D | rule_builder_test.go | 411 Src string 419 in := PathForSource(ctx, t.properties.Src)
|
D | paths_test.go | 863 Src *string `android:"path"` 897 if p.props.Src != nil { 898 src := PathForModuleSrc(ctx, *p.props.Src)
|
D | variable.go | 141 Src *string `android:"arch_variant"`
|