/aosp12/build/soong/cc/ |
H A 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))
|
H A D | ndk_library.go | 212 symbolFilePath := android.PathForModuleSrc(ctx, symbolFile) 235 symbolFilePath := android.PathForModuleSrc(ctx, symbolFile)
|
H A 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)
|
H A D | prebuilt.go | 123 in := android.PathForModuleSrc(ctx, srcs[0]) 158 importLibSrc := android.PathForModuleSrc(ctx, String(p.properties.Windows_import_lib))
|
H A D | vndk_prebuilt.go | 130 return android.PathForModuleSrc(ctx, p.properties.Srcs[0])
|
/aosp12/build/soong/apex/ |
H A 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))
|
H A 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…
|
/aosp12/build/soong/filesystem/ |
H A 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))
|
H A 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))
|
H A D | system_image.go | 51 input := android.PathForModuleSrc(ctx, android.String(s.properties.Linker_config_src))
|
H A 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))
|
H A D | logical_partition.go | 193 img := android.PathForModuleSrc(ctx, proptools.String(p.Filesystem))
|
/aosp12/build/soong/java/ |
H A 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)
|
H A 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)
|
H A D | rro.go | 134 lineageFile = android.PathForModuleSrc(ctx, lineage)
|
H A D | dexpreopt.go | 197 android.PathForModuleSrc(ctx, String(d.dexpreoptProperties.Dex_preopt.Profile)))
|
/aosp12/system/sepolicy/build/soong/ |
H A D | versioned_policy.go | 113 FlagWithInput("-b ", android.PathForModuleSrc(ctx, *m.properties.Base)). 125 versionCmd.FlagWithInput("-t ", android.PathForModuleSrc(ctx, target))
|
H A D | compat_cil.go | 73 srcPaths = append(srcPaths, android.PathForModuleSrc(ctx, src))
|
H A D | cil_compat_map.go | 117 p := android.PathForModuleSrc(ctx, s)
|
/aosp12/build/soong/rust/ |
H A D | bindgen.go | 176 cflags = append(cflags, "-I"+android.PathForModuleSrc(ctx, include).String()) 177 implicits = append(implicits, android.PathForModuleSrc(ctx, include))
|
/aosp12/system/tools/aidl/build/ |
H A D | aidl_api.go | 115 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 D | hidl_package_root.go | 110 r.currentPath = android.OptionalPathForPath(android.PathForModuleSrc(ctx, "current.txt"))
|
/aosp12/build/soong/xml/ |
H A D | xml.go | 83 schema := android.PathForModuleSrc(ctx, proptools.String(p.properties.Schema))
|
/aosp12/build/soong/etc/ |
H A 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))
|
/aosp12/build/soong/linkerconfig/ |
H A D | linkerconfig.go | 88 input := android.PathForModuleSrc(ctx, android.String(l.properties.Src))
|