Home
last modified time | relevance | path

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

123

/build/soong/cc/
Dndk_headers.go110 fullFromPath := android.PathForModuleSrc(ctx, from)
134 m.licensePath = android.PathForModuleSrc(ctx, String(m.properties.License))
234 preprocessor := android.PathForModuleSrc(ctx, String(m.properties.Preprocessor))
235 m.licensePath = android.PathForModuleSrc(ctx, String(m.properties.License))
Dfdo_profile.go54 path := android.PathForModuleSrc(ctx, profile)
Dvndk_prebuilt.go131 return android.PathForModuleSrc(ctx, p.properties.Srcs[0])
/build/soong/aconfig/
Dall_aconfig_declarations.go80 if path := android.PathForModuleSrc(ctx, apiSignatureFile); path != nil {
84 finalizedFlagsFile := android.PathForModuleSrc(ctx, apiSurface.Finalized_flags_file)
103 if path := android.PathForModuleSrc(ctx, apiSignatureFile); path != nil {
107 finalizedFlagsFile := android.PathForModuleSrc(ctx, apiSurface.Finalized_flags_file)
/build/soong/apex/
Dkey.go79 m.publicKeyFile = android.PathForModuleSrc(ctx, String(m.properties.Public_key))
84 m.publicKeyFile = android.PathForModuleSrc(ctx, String(m.properties.Public_key))
89 m.privateKeyFile = android.PathForModuleSrc(ctx, String(m.properties.Private_key))
93 m.privateKeyFile = android.PathForModuleSrc(ctx, String(m.properties.Private_key))
/build/soong/android/
Dbuild_prop.go80 androidInfo := PathForModuleSrc(ctx, proptools.String(p.properties.Android_info))
159 …cmd.FlagWithInput("--product-config=", PathForModuleSrc(ctx, proptools.String(p.properties.Product…
179 path := PathForModuleSrc(ctx, footer)
Dvintf_fragment.go63 srcVintfFragment := PathForModuleSrc(ctx, m.properties.Src)
Drecovery_build_prop.go87 if buildPropPath := PathForModuleSrc(ctx, proptools.String(buildProp)); buildPropPath != nil {
/build/soong/filesystem/
Davb_add_hash_footer.go100 input := android.PathForModuleSrc(ctx, src)
116 key := android.PathForModuleSrc(ctx, proptools.String(a.properties.Private_key))
177 p := android.PathForModuleSrc(ctx, file)
Dbootconfig.go62 bootConfigFile = android.PathForModuleSrc(ctx, bootConfigFileStr)
Dbootimg.go252 key := android.PathForModuleSrc(ctx, proptools.String(b.properties.Avb_private_key))
303 kernelPath = android.PathForModuleSrc(ctx, kernelName)
312 dtbPath = android.PathForModuleSrc(ctx, dtbName)
321 bootconfigPath = android.PathForModuleSrc(ctx, bootconfigName)
396 cmd.FlagWithInput("--vendor_bootconfig ", android.PathForModuleSrc(ctx, bootconfig))
448 key := android.PathForModuleSrc(ctx, proptools.String(b.properties.Avb_private_key))
504 key := android.PathForModuleSrc(ctx, proptools.String(b.properties.Avb_private_key))
552 …addStr("avb_"+bootImgType+"_key_path", android.PathForModuleSrc(ctx, proptools.String(b.properties…
Dvbmeta.go184 key := android.PathForModuleSrc(ctx, proptools.String(v.properties.Private_key))
274 publicKey = android.PathForModuleSrc(ctx, *cpm.Public_key)
276 privateKey := android.PathForModuleSrc(ctx, *cpm.Private_key)
337 …addStr(fmt.Sprintf("avb_%s_key_path", v.partitionName()), android.PathForModuleSrc(ctx, proptools.…
Draw_binary.go73 inputFile := android.PathForModuleSrc(ctx, proptools.String(r.properties.Src))
Davb_gen_vbmeta_image.go72 input := android.PathForModuleSrc(ctx, proptools.String(a.properties.Src))
Dandroid_device_product_out.go112 Input: android.PathForModuleSrc(ctx, *a.deviceProps.Bootloader),
173 Input: android.PathForModuleSrc(ctx, *a.deviceProps.Android_info),
/build/soong/rust/
Dbindgen.go256 cflags = append(cflags, "-I"+android.PathForModuleSrc(ctx, include).String())
257 implicits = append(implicits, android.PathForModuleSrc(ctx, include))
273 bindgenFlagFiles = append(bindgenFlagFiles, android.PathForModuleSrc(ctx, flagFile).String())
274 implicits = append(implicits, android.PathForModuleSrc(ctx, flagFile))
/build/soong/etc/
Davbpubkey.go67 Input: android.PathForModuleSrc(ctx, proptools.String(m.properties.Private_key)),
/build/soong/aidl_library/
Daidl_library.go96 includeDir := android.PathForModuleSrc(
/build/soong/java/
Ddroiddoc.go663 htmlDir := android.PathForModuleSrc(ctx, d.properties.Html_dirs[0])
669 htmlDir2 := android.PathForModuleSrc(ctx, d.properties.Html_dirs[1])
697 …cmd.FlagWithInput("-lintbaseline ", android.PathForModuleSrc(ctx, String(d.properties.Lint_baselin…
703 resourcesDir := android.PathForModuleSrc(ctx, String(d.properties.Resourcesdir))
715 …staticDocIndexRedirect := android.PathForModuleSrc(ctx, String(d.properties.Static_doc_index_redir…
722 staticDocProperties := android.PathForModuleSrc(ctx, String(d.properties.Static_doc_properties))
837 compatConfig := android.PathForModuleSrc(ctx, String(d.properties.Compat_config))
909 d.dir = android.PathForModuleSrc(ctx, path)
Ddroidstubs.go460 d.apiFile = android.PathForModuleSrc(ctx, sourceApiFile)
478 d.removedApiFile = android.PathForModuleSrc(ctx, sourceRemovedApiFile)
506 cmd.FlagWithInput("--validate-nullability-from-list ", android.PathForModuleSrc(ctx, s))
703 info_file := android.PathForModuleSrc(ctx, *d.properties.Extensions_info_file)
1094 currentApiFile := android.PathForModuleSrc(ctx, String(d.properties.Check_api.Current.Api_file))
1295 …checkNullabilityWarningsPath := android.PathForModuleSrc(ctx, String(d.properties.Check_nullabilit…
1330 apiFile := android.PathForModuleSrc(ctx, String(d.properties.Check_api.Current.Api_file))
1331 …removedApiFile := android.PathForModuleSrc(ctx, String(d.properties.Check_api.Current.Removed_api_…
1605 p.stubsSrcJar = android.PathForModuleSrc(ctx, src)
1616 srcDir := android.PathForModuleSrc(ctx).(android.SourcePath).Join(ctx, src)
Dapp_set.go140 prebuiltInfoFile := android.PathForModuleSrc(ctx, *p.prebuiltInfo)
Drro.go194 lineageFile = android.PathForModuleSrc(ctx, lineage)
384 Input: android.PathForModuleSrc(ctx, proptools.String(a.properties.Manifest)),
/build/soong/xml/
Dxml.go83 schema := android.PathForModuleSrc(ctx, proptools.String(p.properties.Schema))
/build/soong/kernel/
Dprebuilt_kernel_modules.go144 Input: android.PathForModuleSrc(ctx, proptools.String(pkm.properties.Blocklist_file)),
158 Input: android.PathForModuleSrc(ctx, proptools.String(pkm.properties.Options_file)),
/build/soong/linkerconfig/
Dlinkerconfig.go76 input := android.PathForModuleSrc(ctx, android.String(l.properties.Src))

123