Searched refs:PathForModuleSrc (Results 1 – 25 of 55) sorted by relevance
123
| /build/soong/cc/ |
| D | ndk_headers.go | 110 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))
|
| D | fdo_profile.go | 54 path := android.PathForModuleSrc(ctx, profile)
|
| D | vndk_prebuilt.go | 131 return android.PathForModuleSrc(ctx, p.properties.Srcs[0])
|
| /build/soong/aconfig/ |
| D | all_aconfig_declarations.go | 80 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/ |
| D | key.go | 79 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/ |
| D | build_prop.go | 80 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)
|
| D | vintf_fragment.go | 63 srcVintfFragment := PathForModuleSrc(ctx, m.properties.Src)
|
| D | recovery_build_prop.go | 87 if buildPropPath := PathForModuleSrc(ctx, proptools.String(buildProp)); buildPropPath != nil {
|
| /build/soong/filesystem/ |
| D | avb_add_hash_footer.go | 100 input := android.PathForModuleSrc(ctx, src) 116 key := android.PathForModuleSrc(ctx, proptools.String(a.properties.Private_key)) 177 p := android.PathForModuleSrc(ctx, file)
|
| D | bootconfig.go | 62 bootConfigFile = android.PathForModuleSrc(ctx, bootConfigFileStr)
|
| D | bootimg.go | 252 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…
|
| D | vbmeta.go | 184 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.…
|
| D | raw_binary.go | 73 inputFile := android.PathForModuleSrc(ctx, proptools.String(r.properties.Src))
|
| D | avb_gen_vbmeta_image.go | 72 input := android.PathForModuleSrc(ctx, proptools.String(a.properties.Src))
|
| D | android_device_product_out.go | 112 Input: android.PathForModuleSrc(ctx, *a.deviceProps.Bootloader), 173 Input: android.PathForModuleSrc(ctx, *a.deviceProps.Android_info),
|
| /build/soong/rust/ |
| D | bindgen.go | 256 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/ |
| D | avbpubkey.go | 67 Input: android.PathForModuleSrc(ctx, proptools.String(m.properties.Private_key)),
|
| /build/soong/aidl_library/ |
| D | aidl_library.go | 96 includeDir := android.PathForModuleSrc(
|
| /build/soong/java/ |
| D | droiddoc.go | 663 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)
|
| D | droidstubs.go | 460 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)
|
| D | app_set.go | 140 prebuiltInfoFile := android.PathForModuleSrc(ctx, *p.prebuiltInfo)
|
| D | rro.go | 194 lineageFile = android.PathForModuleSrc(ctx, lineage) 384 Input: android.PathForModuleSrc(ctx, proptools.String(a.properties.Manifest)),
|
| /build/soong/xml/ |
| D | xml.go | 83 schema := android.PathForModuleSrc(ctx, proptools.String(p.properties.Schema))
|
| /build/soong/kernel/ |
| D | prebuilt_kernel_modules.go | 144 Input: android.PathForModuleSrc(ctx, proptools.String(pkm.properties.Blocklist_file)), 158 Input: android.PathForModuleSrc(ctx, proptools.String(pkm.properties.Options_file)),
|
| /build/soong/linkerconfig/ |
| D | linkerconfig.go | 76 input := android.PathForModuleSrc(ctx, android.String(l.properties.Src))
|
123