Home
last modified time | relevance | path

Searched refs:PathForModuleSrc (Results 1 – 25 of 47) sorted by relevance

12

/build/soong/cc/
Dndk_headers.go105 fullFromPath := android.PathForModuleSrc(ctx, from)
129 m.licensePath = android.PathForModuleSrc(ctx, String(m.properties.License))
247 m.licensePath = android.PathForModuleSrc(ctx, String(m.properties.License))
249 fromSrcPath := android.PathForModuleSrc(ctx, String(m.properties.From))
375 preprocessor := android.PathForModuleSrc(ctx, String(m.properties.Preprocessor))
376 m.licensePath = android.PathForModuleSrc(ctx, String(m.properties.License))
Dfdo_profile.go65 path := android.PathForModuleSrc(ctx, *fp.properties.Profile)
Dvndk_prebuilt.go129 return android.PathForModuleSrc(ctx, p.properties.Srcs[0])
Dsnapshot_prebuilt.go481 in := android.PathForModuleSrc(ctx, *p.properties.Src)
685 in := android.PathForModuleSrc(ctx, *p.properties.Src)
782 return android.PathForModuleSrc(ctx, *p.properties.Src)
/build/soong/filesystem/
Dvbmeta.go124 key := android.PathForModuleSrc(ctx, proptools.String(v.properties.Private_key))
169 publicKey = android.PathForModuleSrc(ctx, proptools.String(cp.Public_key))
195 f := android.PathForModuleSrc(ctx, proptools.String(v.properties.Rollback_index_file))
226 privateKeyFile := android.PathForModuleSrc(ctx, proptools.String(cp.Private_key))
Davb_add_hash_footer.go94 input := android.PathForModuleSrc(ctx, proptools.String(a.properties.Src))
110 key := android.PathForModuleSrc(ctx, proptools.String(a.properties.Private_key))
159 p := android.PathForModuleSrc(ctx, file)
Dbootimg.go144 cmd.FlagWithInput("--kernel ", android.PathForModuleSrc(ctx, kernel))
149 dtb := android.PathForModuleSrc(ctx, dtbName)
203 cmd.FlagWithInput("--vendor_bootconfig ", android.PathForModuleSrc(ctx, bootconfig))
255 key := android.PathForModuleSrc(ctx, proptools.String(b.properties.Avb_private_key))
Dsystem_image.go52 input := android.PathForModuleSrc(ctx, android.String(s.properties.Linker_config_src))
Draw_binary.go75 inputFile := android.PathForModuleSrc(ctx, proptools.String(r.properties.Src))
Davb_gen_vbmeta_image.go70 input := android.PathForModuleSrc(ctx, proptools.String(a.properties.Src))
Dfilesystem.go298 Input(android.PathForModuleSrc(ctx, proptools.String(f.properties.File_contexts)))
348 key := android.PathForModuleSrc(ctx, proptools.String(f.properties.Avb_private_key))
/build/soong/apex/
Dkey.go77 m.publicKeyFile = android.PathForModuleSrc(ctx, String(m.properties.Public_key))
82 m.publicKeyFile = android.PathForModuleSrc(ctx, String(m.properties.Public_key))
87 m.privateKeyFile = android.PathForModuleSrc(ctx, String(m.properties.Private_key))
91 m.privateKeyFile = android.PathForModuleSrc(ctx, String(m.properties.Private_key))
Dbuilder.go246 …src := android.PathForModuleSrc(ctx, proptools.StringDefault(a.properties.Manifest, "apex_manifest…
328 fileContexts = android.PathForModuleSrc(ctx, *a.properties.File_contexts)
585 …allowedFilesFile := android.PathForModuleSrc(ctx, proptools.String(a.overridableProperties.Allowed…
630 …androidManifestFile := android.PathForModuleSrc(ctx, proptools.String(a.properties.AndroidManifest…
1176 cmd.Text("cat").Input(android.PathForModuleSrc(ctx, *a.properties.Canned_fs_config))
/build/soong/java/
Ddroidstubs.go283 d.apiFile = android.PathForModuleSrc(ctx, sourceApiFile)
295 d.removedApiFile = android.PathForModuleSrc(ctx, sourceRemovedApiFile)
327 previousApi := android.PathForModuleSrc(ctx, String(d.properties.Previous_api))
332 cmd.FlagWithInput("--validate-nullability-from-list ", android.PathForModuleSrc(ctx, s))
479 info_file := android.PathForModuleSrc(ctx, *d.properties.Extensions_info_file)
667 apiFile := android.PathForModuleSrc(ctx, String(d.properties.Check_api.Last_released.Api_file))
668 …removedApiFile := android.PathForModuleSrc(ctx, String(d.properties.Check_api.Last_released.Remove…
736 apiFile := android.PathForModuleSrc(ctx, String(d.properties.Check_api.Current.Api_file))
737 …removedApiFile := android.PathForModuleSrc(ctx, String(d.properties.Check_api.Current.Removed_api_…
815 …checkNullabilityWarnings := android.PathForModuleSrc(ctx, String(d.properties.Check_nullability_wa…
[all …]
Ddroiddoc.go302 flags = append(flags, "-I"+android.PathForModuleSrc(ctx).String())
629 htmlDir := android.PathForModuleSrc(ctx, d.properties.Html_dirs[0])
635 htmlDir2 := android.PathForModuleSrc(ctx, d.properties.Html_dirs[1])
665 resourcesDir := android.PathForModuleSrc(ctx, String(d.properties.Resourcesdir))
677 …staticDocIndexRedirect := android.PathForModuleSrc(ctx, String(d.properties.Static_doc_index_redir…
684 staticDocProperties := android.PathForModuleSrc(ctx, String(d.properties.Static_doc_properties))
800 compatConfig := android.PathForModuleSrc(ctx, String(d.properties.Compat_config))
862 d.dir = android.PathForModuleSrc(ctx, path)
Drro.go157 lineageFile = android.PathForModuleSrc(ctx, lineage)
Dfuzz.go99 …j.fuzzPackagedModule.Dictionary = android.PathForModuleSrc(ctx, *j.fuzzPackagedModule.FuzzProperti…
Dapp_import.go330 lineageFile = android.PathForModuleSrc(ctx, lineage)
348 artifactPath := android.PathForModuleSrc(ctx, *a.properties.Apk)
/build/soong/rust/
Dsnapshot_prebuilt.go90 outputFile := android.PathForModuleSrc(ctx, *library.properties.Src)
Dbindgen.go212 cflags = append(cflags, "-I"+android.PathForModuleSrc(ctx, include).String())
213 implicits = append(implicits, android.PathForModuleSrc(ctx, include))
Dbuilder.go262 modulePath := android.PathForModuleSrc(ctx).String()
432 modulePath := android.PathForModuleSrc(ctx).String()
/build/soong/etc/
Dsnapshot_etc_test.go57 s.src = android.PathForModuleSrc(ctx, "source_file")
Dprebuilt_etc.go244 return android.PathForModuleSrc(ctx, proptools.String(p.properties.Src))
303 p.sourceFilePath = android.PathForModuleSrc(ctx, proptools.String(p.properties.Src))
324 p.sourceFilePath = android.PathForModuleSrc(ctx)
/build/soong/xml/
Dxml.go86 schema := android.PathForModuleSrc(ctx, proptools.String(p.properties.Schema))
/build/soong/linkerconfig/
Dlinkerconfig.go90 input := android.PathForModuleSrc(ctx, android.String(l.properties.Src))

12