Home
last modified time | relevance | path

Searched refs:Src (Results 1 – 9 of 9) sorted by relevance

/build/soong/apex/
Dprebuilt.go109 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/
Dtoolchain_library.go31 Src *string `android:"arch_variant"` member
82 if library.Properties.Src == nil {
87 srcPath := android.PathForSource(ctx, *library.Properties.Src)
Dvendor_snapshot.go91 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/
Dprebuilt_etc.go43 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/
Dsh_binary.go47 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/
Dplatform_compat_config.go37 Src *string `android:"path"` member
115 path := android.PathForModuleSrc(ctx, String(p.properties.Src))
/build/soong/android/
Drule_builder_test.go411 Src string
419 in := PathForSource(ctx, t.properties.Src)
Dpaths_test.go863 Src *string `android:"path"`
897 if p.props.Src != nil {
898 src := PathForModuleSrc(ctx, *p.props.Src)
Dvariable.go141 Src *string `android:"arch_variant"`