Home
last modified time | relevance | path

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

12

/build/soong/cc/
Dndk_headers.go102 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))
Dndk_library.go212 symbolFilePath := android.PathForModuleSrc(ctx, symbolFile)
235 symbolFilePath := android.PathForModuleSrc(ctx, symbolFile)
Dvndk_prebuilt.go130 return android.PathForModuleSrc(ctx, p.properties.Srcs[0])
Dsnapshot_prebuilt.go595 in := android.PathForModuleSrc(ctx, *p.properties.Src)
793 in := android.PathForModuleSrc(ctx, *p.properties.Src)
888 return android.PathForModuleSrc(ctx, *p.properties.Src)
Dprebuilt.go123 in := android.PathForModuleSrc(ctx, srcs[0])
158 importLibSrc := android.PathForModuleSrc(ctx, String(p.properties.Windows_import_lib))
/build/soong/apex/
Dkey.go76 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))
Dbuilder.go197 …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/
Dvbmeta.go124 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))
Dbootimg.go144 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))
Dsystem_image.go51 input := android.PathForModuleSrc(ctx, android.String(s.properties.Linker_config_src))
Dfilesystem.go268 Input(android.PathForModuleSrc(ctx, proptools.String(f.properties.File_contexts)))
313 key := android.PathForModuleSrc(ctx, proptools.String(f.properties.Avb_private_key))
Dlogical_partition.go193 img := android.PathForModuleSrc(ctx, proptools.String(p.Filesystem))
/build/soong/java/
Ddroidstubs.go258 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)
Ddroiddoc.go302 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)
Drro.go134 lineageFile = android.PathForModuleSrc(ctx, lineage)
Ddexpreopt.go197 android.PathForModuleSrc(ctx, String(d.dexpreoptProperties.Dex_preopt.Profile)))
Dplatform_compat_config.go98 path := android.PathForModuleSrc(ctx, String(p.properties.Src))
Dapp.go687 lineageFile = android.PathForModuleSrc(ctx, lineage)
1128 Pem: android.PathForModuleSrc(ctx, cert+".x509.pem"),
1129 Key: android.PathForModuleSrc(ctx, cert+".pk8"),
/build/soong/rust/
Dbindgen.go176 cflags = append(cflags, "-I"+android.PathForModuleSrc(ctx, include).String())
177 implicits = append(implicits, android.PathForModuleSrc(ctx, include))
Dfuzz.go299 fuzz.dictionary = android.PathForModuleSrc(ctx, *fuzz.Properties.Dictionary)
/build/soong/xml/
Dxml.go83 schema := android.PathForModuleSrc(ctx, proptools.String(p.properties.Schema))
/build/soong/linkerconfig/
Dlinkerconfig.go88 input := android.PathForModuleSrc(ctx, android.String(l.properties.Src))
/build/soong/etc/
Dprebuilt_etc.go231 return android.PathForModuleSrc(ctx, proptools.String(p.properties.Src))
279 p.sourceFilePath = android.PathForModuleSrc(ctx, proptools.String(p.properties.Src))
/build/soong/android/
Dprebuilt.go126 return PathForModuleSrc(ctx, src)
Dprebuilt_test.go503 s.src = PathForModuleSrc(ctx, "source_file")

12