Home
last modified time | relevance | path

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

12

/aosp12/build/soong/cc/
H A 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))
H A Dndk_library.go212 symbolFilePath := android.PathForModuleSrc(ctx, symbolFile)
235 symbolFilePath := android.PathForModuleSrc(ctx, symbolFile)
H A 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)
H A Dprebuilt.go123 in := android.PathForModuleSrc(ctx, srcs[0])
158 importLibSrc := android.PathForModuleSrc(ctx, String(p.properties.Windows_import_lib))
H A Dvndk_prebuilt.go130 return android.PathForModuleSrc(ctx, p.properties.Srcs[0])
/aosp12/build/soong/apex/
H A 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))
H A 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…
/aosp12/build/soong/filesystem/
H A 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))
H A 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))
H A Dsystem_image.go51 input := android.PathForModuleSrc(ctx, android.String(s.properties.Linker_config_src))
H A Dfilesystem.go268 Input(android.PathForModuleSrc(ctx, proptools.String(f.properties.File_contexts)))
313 key := android.PathForModuleSrc(ctx, proptools.String(f.properties.Avb_private_key))
H A Dlogical_partition.go193 img := android.PathForModuleSrc(ctx, proptools.String(p.Filesystem))
/aosp12/build/soong/java/
H A 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)
H A 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)
H A Drro.go134 lineageFile = android.PathForModuleSrc(ctx, lineage)
H A Ddexpreopt.go197 android.PathForModuleSrc(ctx, String(d.dexpreoptProperties.Dex_preopt.Profile)))
/aosp12/system/sepolicy/build/soong/
H A Dversioned_policy.go113 FlagWithInput("-b ", android.PathForModuleSrc(ctx, *m.properties.Base)).
125 versionCmd.FlagWithInput("-t ", android.PathForModuleSrc(ctx, target))
H A Dcompat_cil.go73 srcPaths = append(srcPaths, android.PathForModuleSrc(ctx, src))
H A Dcil_compat_map.go117 p := android.PathForModuleSrc(ctx, s)
/aosp12/build/soong/rust/
H A Dbindgen.go176 cflags = append(cflags, "-I"+android.PathForModuleSrc(ctx, include).String())
177 implicits = append(implicits, android.PathForModuleSrc(ctx, include))
/aosp12/system/tools/aidl/build/
H A Daidl_api.go115 aidlRoot := android.PathForModuleSrc(ctx, m.properties.AidlRoot)
153 moduleDir := android.PathForModuleSrc(ctx).String()
198 Text(android.PathForModuleSrc(ctx, "Android.bp").String()).
/aosp12/system/tools/hidl/build/
H A Dhidl_package_root.go110 r.currentPath = android.OptionalPathForPath(android.PathForModuleSrc(ctx, "current.txt"))
/aosp12/build/soong/xml/
H A Dxml.go83 schema := android.PathForModuleSrc(ctx, proptools.String(p.properties.Schema))
/aosp12/build/soong/etc/
H A Dprebuilt_etc.go231 return android.PathForModuleSrc(ctx, proptools.String(p.properties.Src))
279 p.sourceFilePath = android.PathForModuleSrc(ctx, proptools.String(p.properties.Src))
/aosp12/build/soong/linkerconfig/
H A Dlinkerconfig.go88 input := android.PathForModuleSrc(ctx, android.String(l.properties.Src))

12