Searched refs:PathForModuleSrc (Results 1 – 25 of 47) sorted by relevance
12
| /build/soong/cc/ |
| D | ndk_headers.go | 105 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))
|
| D | fdo_profile.go | 65 path := android.PathForModuleSrc(ctx, *fp.properties.Profile)
|
| D | vndk_prebuilt.go | 129 return android.PathForModuleSrc(ctx, p.properties.Srcs[0])
|
| D | snapshot_prebuilt.go | 481 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/ |
| D | vbmeta.go | 124 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))
|
| D | avb_add_hash_footer.go | 94 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)
|
| D | bootimg.go | 144 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))
|
| D | system_image.go | 52 input := android.PathForModuleSrc(ctx, android.String(s.properties.Linker_config_src))
|
| D | raw_binary.go | 75 inputFile := android.PathForModuleSrc(ctx, proptools.String(r.properties.Src))
|
| D | avb_gen_vbmeta_image.go | 70 input := android.PathForModuleSrc(ctx, proptools.String(a.properties.Src))
|
| D | filesystem.go | 298 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/ |
| D | key.go | 77 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))
|
| D | builder.go | 246 …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/ |
| D | droidstubs.go | 283 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 …]
|
| D | droiddoc.go | 302 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)
|
| D | rro.go | 157 lineageFile = android.PathForModuleSrc(ctx, lineage)
|
| D | fuzz.go | 99 …j.fuzzPackagedModule.Dictionary = android.PathForModuleSrc(ctx, *j.fuzzPackagedModule.FuzzProperti…
|
| D | app_import.go | 330 lineageFile = android.PathForModuleSrc(ctx, lineage) 348 artifactPath := android.PathForModuleSrc(ctx, *a.properties.Apk)
|
| /build/soong/rust/ |
| D | snapshot_prebuilt.go | 90 outputFile := android.PathForModuleSrc(ctx, *library.properties.Src)
|
| D | bindgen.go | 212 cflags = append(cflags, "-I"+android.PathForModuleSrc(ctx, include).String()) 213 implicits = append(implicits, android.PathForModuleSrc(ctx, include))
|
| D | builder.go | 262 modulePath := android.PathForModuleSrc(ctx).String() 432 modulePath := android.PathForModuleSrc(ctx).String()
|
| /build/soong/etc/ |
| D | snapshot_etc_test.go | 57 s.src = android.PathForModuleSrc(ctx, "source_file")
|
| D | prebuilt_etc.go | 244 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/ |
| D | xml.go | 86 schema := android.PathForModuleSrc(ctx, proptools.String(p.properties.Schema))
|
| /build/soong/linkerconfig/ |
| D | linkerconfig.go | 90 input := android.PathForModuleSrc(ctx, android.String(l.properties.Src))
|
12