/aosp_15_r20/build/soong/cc/ |
H A D | ndk_headers.go | 96 fullFromPath := android.PathForModuleSrc(ctx, from) 120 m.licensePath = android.PathForModuleSrc(ctx, String(m.properties.License)) 211 preprocessor := android.PathForModuleSrc(ctx, String(m.properties.Preprocessor)) 212 m.licensePath = android.PathForModuleSrc(ctx, String(m.properties.License))
|
H A D | fdo_profile.go | 51 path := android.PathForModuleSrc(ctx, *fp.properties.Profile)
|
H A D | prebuilt.go | 133 in := android.PathForModuleSrc(ctx, srcs[0]) 175 importLibSrc := android.PathForModuleSrc(ctx, String(p.properties.Windows_import_lib))
|
/aosp_15_r20/build/soong/apex/ |
H A D | key.go | 70 m.publicKeyFile = android.PathForModuleSrc(ctx, String(m.properties.Public_key)) 75 m.publicKeyFile = android.PathForModuleSrc(ctx, String(m.properties.Public_key)) 80 m.privateKeyFile = android.PathForModuleSrc(ctx, String(m.properties.Private_key)) 84 m.privateKeyFile = android.PathForModuleSrc(ctx, String(m.properties.Private_key))
|
H A D | builder.go | 303 …src := android.PathForModuleSrc(ctx, proptools.StringDefault(a.properties.Manifest, "apex_manifest… 405 fileContexts = android.PathForModuleSrc(ctx, *a.properties.File_contexts) 662 …allowedFilesFile := android.PathForModuleSrc(ctx, proptools.String(a.overridableProperties.Allowed… 706 androidManifestFile := android.PathForModuleSrc(ctx, androidManifest) 1185 cmd.Text("cat").Input(android.PathForModuleSrc(ctx, customFsConfig))
|
H A D | prebuilt.go | 616 …info.Prebuilt_info_file_path = android.PathForModuleSrc(ctx, *p.prebuiltCommonProperties.Prebuilt_… 640 p.inputApex = android.PathForModuleSrc(ctx, p.properties.prebuiltApexSelector(ctx, ctx.Module())) 826 apexSet = android.PathForModuleSrc(ctx, srcs[0])
|
/aosp_15_r20/build/soong/filesystem/ |
H A D | bootimg.go | 202 kernel = android.PathForModuleSrc(ctx, kernelProp) 247 dtb := android.PathForModuleSrc(ctx, dtbName) 301 cmd.FlagWithInput("--vendor_bootconfig ", android.PathForModuleSrc(ctx, bootconfig)) 353 key := android.PathForModuleSrc(ctx, proptools.String(b.properties.Avb_private_key)) 418 key := android.PathForModuleSrc(ctx, proptools.String(b.properties.Avb_private_key))
|
H A D | avb_add_hash_footer.go | 99 input := android.PathForModuleSrc(ctx, proptools.String(a.properties.Src)) 115 key := android.PathForModuleSrc(ctx, proptools.String(a.properties.Private_key)) 173 p := android.PathForModuleSrc(ctx, file)
|
H A D | vbmeta.go | 167 key := android.PathForModuleSrc(ctx, proptools.String(v.properties.Private_key)) 256 publicKey = android.PathForModuleSrc(ctx, *cpm.Public_key) 258 privateKey := android.PathForModuleSrc(ctx, *cpm.Private_key)
|
H A D | filesystem.go | 608 Input(android.PathForModuleSrc(ctx, proptools.String(f.properties.File_contexts))) 661 key := android.PathForModuleSrc(ctx, *f.properties.Avb_private_key) 691 src := android.PathForModuleSrc(ctx, *f.properties.Precompiled_file_contexts) 717 src := android.PathForModuleSrc(ctx, *f.properties.Erofs.Compress_hints) 801 cmd.FlagWithInput("-n ", android.PathForModuleSrc(ctx, proptools.String(nodeList)))
|
H A D | bootconfig.go | 62 bootConfigFile = android.PathForModuleSrc(ctx, bootConfigFileStr)
|
/aosp_15_r20/build/soong/java/ |
H A D | droiddoc.go | 659 htmlDir := android.PathForModuleSrc(ctx, d.properties.Html_dirs[0]) 665 htmlDir2 := android.PathForModuleSrc(ctx, d.properties.Html_dirs[1]) 693 …cmd.FlagWithInput("-lintbaseline ", android.PathForModuleSrc(ctx, String(d.properties.Lint_baselin… 699 resourcesDir := android.PathForModuleSrc(ctx, String(d.properties.Resourcesdir)) 711 …staticDocIndexRedirect := android.PathForModuleSrc(ctx, String(d.properties.Static_doc_index_redir… 718 staticDocProperties := android.PathForModuleSrc(ctx, String(d.properties.Static_doc_properties)) 833 compatConfig := android.PathForModuleSrc(ctx, String(d.properties.Compat_config)) 898 d.dir = android.PathForModuleSrc(ctx, path)
|
H A D | droidstubs.go | 437 d.apiFile = android.PathForModuleSrc(ctx, sourceApiFile) 455 d.removedApiFile = android.PathForModuleSrc(ctx, sourceRemovedApiFile) 483 cmd.FlagWithInput("--validate-nullability-from-list ", android.PathForModuleSrc(ctx, s)) 674 info_file := android.PathForModuleSrc(ctx, *d.properties.Extensions_info_file) 1056 currentApiFile := android.PathForModuleSrc(ctx, String(d.properties.Check_api.Current.Api_file)) 1229 apiFile := android.PathForModuleSrc(ctx, String(d.properties.Check_api.Current.Api_file)) 1230 …removedApiFile := android.PathForModuleSrc(ctx, String(d.properties.Check_api.Current.Removed_api_… 1314 …checkNullabilityWarnings := android.PathForModuleSrc(ctx, String(d.properties.Check_nullability_wa… 1485 p.stubsSrcJar = android.PathForModuleSrc(ctx, src) 1496 srcDir := android.PathForModuleSrc(ctx).(android.SourcePath).Join(ctx, src)
|
H A D | rro.go | 175 lineageFile = android.PathForModuleSrc(ctx, lineage) 359 Input: android.PathForModuleSrc(ctx, proptools.String(a.properties.Manifest)),
|
H A D | bootclasspath_fragment.go | 1072 return android.PathForModuleSrc(ctx, *src) 1077 return android.PathForModuleSrc(ctx, "missing", property) 1079 return android.PathForModuleSrc(ctx, *src)
|
/aosp_15_r20/build/soong/rust/ |
H A 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))
|
/aosp_15_r20/build/soong/android/ |
H A 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)
|
H A D | vintf_fragment.go | 54 srcVintfFragment := PathForModuleSrc(ctx, m.properties.Src)
|
/aosp_15_r20/system/sepolicy/build/soong/ |
H A D | versioned_policy.go | 114 FlagWithInput("-b ", android.PathForModuleSrc(ctx, *m.properties.Base)). 126 versionCmd.FlagWithInput("-t ", android.PathForModuleSrc(ctx, target))
|
H A D | selinux_contexts.go | 504 FlagWithInput("-p ", android.PathForModuleSrc(ctx, proptools.String(m.seappProperties.Sepolicy))). 691 sepolicy := android.PathForModuleSrc(ctx, proptools.String(m.properties.Sepolicy)) 697 test_data := android.PathForModuleSrc(ctx, proptools.String(m.fileProperties.Test_data))
|
/aosp_15_r20/test/app_compat/csuite/tools/csuite_test/ |
D | csuite_test.go | 56 inputPath := android.PathForModuleSrc(ctx, templatePath) 77 inputPath := android.PathForModuleSrc(ctx, *cSuiteTest.csuiteTestProperties.Test_plan_include)
|
/aosp_15_r20/build/soong/kernel/ |
H A D | prebuilt_kernel_modules.go | 138 Input: android.PathForModuleSrc(ctx, proptools.String(pkm.properties.Blocklist_file)), 152 Input: android.PathForModuleSrc(ctx, proptools.String(pkm.properties.Options_file)),
|
/aosp_15_r20/build/soong/fsgen/ |
H A D | filesystem_creator.go | 992 soongBootImg := android.PathForModuleSrc(ctx, f.properties.Boot_image) 1000 soongBootImg := android.PathForModuleSrc(ctx, f.properties.Vendor_boot_image) 1008 soongBootImg := android.PathForModuleSrc(ctx, f.properties.Init_boot_image) 1016 soongSuperImg := android.PathForModuleSrc(ctx, f.properties.Super_image)
|
/aosp_15_r20/build/soong/etc/ |
H A D | prebuilt_etc.go | 308 return android.PathForModuleSrc(ctx, p.properties.Src.GetOrDefault(ctx, "")) 396 p.sourceFilePaths = android.Paths{android.PathForModuleSrc(ctx)} 476 p.sourceFilePaths = android.Paths{android.PathForModuleSrc(ctx)}
|
H A D | avbpubkey.go | 66 Input: android.PathForModuleSrc(ctx, proptools.String(m.properties.Private_key)),
|