Searched refs:PathForModuleSrc (Results 1 – 25 of 35) sorted by relevance
12
/build/soong/cc/ |
D | ndk_headers.go | 102 fullFromPath := android.PathForModuleSrc(ctx, from) 126 m.licensePath = android.PathForModuleSrc(ctx, String(m.properties.License)) 205 m.licensePath = android.PathForModuleSrc(ctx, String(m.properties.License)) 207 fromSrcPath := android.PathForModuleSrc(ctx, String(m.properties.From)) 320 preprocessor := android.PathForModuleSrc(ctx, String(m.properties.Preprocessor)) 321 m.licensePath = android.PathForModuleSrc(ctx, String(m.properties.License))
|
D | ndk_library.go | 212 symbolFilePath := android.PathForModuleSrc(ctx, symbolFile) 235 symbolFilePath := android.PathForModuleSrc(ctx, symbolFile)
|
D | vndk_prebuilt.go | 130 return android.PathForModuleSrc(ctx, p.properties.Srcs[0])
|
D | snapshot_prebuilt.go | 595 in := android.PathForModuleSrc(ctx, *p.properties.Src) 793 in := android.PathForModuleSrc(ctx, *p.properties.Src) 888 return android.PathForModuleSrc(ctx, *p.properties.Src)
|
D | prebuilt.go | 123 in := android.PathForModuleSrc(ctx, srcs[0]) 158 importLibSrc := android.PathForModuleSrc(ctx, String(p.properties.Windows_import_lib))
|
/build/soong/apex/ |
D | key.go | 76 m.publicKeyFile = android.PathForModuleSrc(ctx, String(m.properties.Public_key)) 81 m.publicKeyFile = android.PathForModuleSrc(ctx, String(m.properties.Public_key)) 86 m.privateKeyFile = android.PathForModuleSrc(ctx, String(m.properties.Private_key)) 90 m.privateKeyFile = android.PathForModuleSrc(ctx, String(m.properties.Private_key))
|
D | builder.go | 197 …src := android.PathForModuleSrc(ctx, proptools.StringDefault(a.properties.Manifest, "apex_manifest… 262 fileContexts = android.PathForModuleSrc(ctx, *a.properties.File_contexts) 500 …allowedFilesFile := android.PathForModuleSrc(ctx, proptools.String(a.overridableProperties.Allowed… 591 …androidManifestFile := android.PathForModuleSrc(ctx, proptools.String(a.properties.AndroidManifest…
|
/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 | bootimg.go | 144 cmd.FlagWithInput("--kernel ", android.PathForModuleSrc(ctx, kernel)) 152 dtb := android.PathForModuleSrc(ctx, dtbName) 207 cmd.FlagWithInput("--vendor_bootconfig ", android.PathForModuleSrc(ctx, bootconfig)) 250 key := android.PathForModuleSrc(ctx, proptools.String(b.properties.Avb_private_key))
|
D | system_image.go | 51 input := android.PathForModuleSrc(ctx, android.String(s.properties.Linker_config_src))
|
D | filesystem.go | 268 Input(android.PathForModuleSrc(ctx, proptools.String(f.properties.File_contexts))) 313 key := android.PathForModuleSrc(ctx, proptools.String(f.properties.Avb_private_key))
|
D | logical_partition.go | 193 img := android.PathForModuleSrc(ctx, proptools.String(p.Filesystem))
|
/build/soong/java/ |
D | droidstubs.go | 258 d.apiFilePath = android.PathForModuleSrc(ctx, sourceApiFile) 270 d.removedApiFilePath = android.PathForModuleSrc(ctx, sourceRemovedApiFile) 302 previousApi := android.PathForModuleSrc(ctx, String(d.properties.Previous_api)) 307 cmd.FlagWithInput("--validate-nullability-from-list ", android.PathForModuleSrc(ctx, s)) 567 apiFile := android.PathForModuleSrc(ctx, String(d.properties.Check_api.Last_released.Api_file)) 568 …removedApiFile := android.PathForModuleSrc(ctx, String(d.properties.Check_api.Last_released.Remove… 634 apiFile := android.PathForModuleSrc(ctx, String(d.properties.Check_api.Current.Api_file)) 635 …removedApiFile := android.PathForModuleSrc(ctx, String(d.properties.Check_api.Current.Removed_api_… 713 …checkNullabilityWarnings := android.PathForModuleSrc(ctx, String(d.properties.Check_nullability_wa… 798 srcDir := android.PathForModuleSrc(ctx).(android.SourcePath).Join(ctx, localSrcDir)
|
D | droiddoc.go | 302 flags = append(flags, "-I"+android.PathForModuleSrc(ctx).String()) 623 htmlDir := android.PathForModuleSrc(ctx, d.properties.Html_dirs[0]) 629 htmlDir2 := android.PathForModuleSrc(ctx, d.properties.Html_dirs[1]) 659 resourcesDir := android.PathForModuleSrc(ctx, String(d.properties.Resourcesdir)) 671 …staticDocIndexRedirect := android.PathForModuleSrc(ctx, String(d.properties.Static_doc_index_redir… 678 staticDocProperties := android.PathForModuleSrc(ctx, String(d.properties.Static_doc_properties)) 793 compatConfig := android.PathForModuleSrc(ctx, String(d.properties.Compat_config)) 857 d.dir = android.PathForModuleSrc(ctx, path)
|
D | rro.go | 134 lineageFile = android.PathForModuleSrc(ctx, lineage)
|
D | dexpreopt.go | 197 android.PathForModuleSrc(ctx, String(d.dexpreoptProperties.Dex_preopt.Profile)))
|
D | platform_compat_config.go | 98 path := android.PathForModuleSrc(ctx, String(p.properties.Src))
|
D | app.go | 687 lineageFile = android.PathForModuleSrc(ctx, lineage) 1128 Pem: android.PathForModuleSrc(ctx, cert+".x509.pem"), 1129 Key: android.PathForModuleSrc(ctx, cert+".pk8"),
|
/build/soong/rust/ |
D | bindgen.go | 176 cflags = append(cflags, "-I"+android.PathForModuleSrc(ctx, include).String()) 177 implicits = append(implicits, android.PathForModuleSrc(ctx, include))
|
D | fuzz.go | 299 fuzz.dictionary = android.PathForModuleSrc(ctx, *fuzz.Properties.Dictionary)
|
/build/soong/xml/ |
D | xml.go | 83 schema := android.PathForModuleSrc(ctx, proptools.String(p.properties.Schema))
|
/build/soong/linkerconfig/ |
D | linkerconfig.go | 88 input := android.PathForModuleSrc(ctx, android.String(l.properties.Src))
|
/build/soong/etc/ |
D | prebuilt_etc.go | 231 return android.PathForModuleSrc(ctx, proptools.String(p.properties.Src)) 279 p.sourceFilePath = android.PathForModuleSrc(ctx, proptools.String(p.properties.Src))
|
/build/soong/android/ |
D | prebuilt.go | 126 return PathForModuleSrc(ctx, src)
|
D | prebuilt_test.go | 503 s.src = PathForModuleSrc(ctx, "source_file")
|
12