/aosp12/build/soong/android/ |
H A D | notices.go | 97 Merged: OptionalPathForPath(mergedNotice), 98 TxtOutput: OptionalPathForPath(txtOuptut), 99 HtmlOutput: OptionalPathForPath(htmlOutput), 100 HtmlGzOutput: OptionalPathForPath(htmlGzOutput),
|
H A D | csuite_config.go | 44 OutputFile: OptionalPathForPath(me.OutputFilePath),
|
H A D | makefile_goal.go | 81 OutputFile: OptionalPathForPath(p.outputFilePath),
|
H A D | prebuilt_build_tool.go | 84 t.toolPath = OptionalPathForPath(installedPath)
|
/aosp12/build/soong/java/ |
H A D | androidmk.go | 40 OutputFile: android.OptionalPathForPath(output), 88 OutputFile: android.OptionalPathForPath(library.outputFile), 223 OutputFile: android.OptionalPathForPath(prebuilt.dexJarFile), 269 OutputFile: android.OptionalPathForPath(binary.outputFile), 299 OutputFile: android.OptionalPathForPath(outputFile), 324 OutputFile: android.OptionalPathForPath(app.outputFile), 504 OutputFile: android.OptionalPathForPath(jd.stubsSrcJar), 545 outputFile := android.OptionalPathForPath(dstubs.stubsSrcJar) 547 outputFile = android.OptionalPathForPath(dstubs.apiFile) 650 OutputFile: android.OptionalPathForPath(a.outputFile), [all …]
|
H A D | sdk.go | 114 aidl: android.OptionalPathForPath(aidlPath.Path()), 126 aidl: android.OptionalPathForPath(aidl), 184 aidl: android.OptionalPathForPath(nonUpdatableFrameworkAidlPath(ctx)), 194 aidl: android.OptionalPathForPath(sdkFrameworkAidlPath(ctx)),
|
H A D | bootclasspath_fragment.go | 763 b.Stub_flags_path = android.OptionalPathForPath(hiddenAPIInfo.StubFlagsPath) 764 b.Annotation_flags_path = android.OptionalPathForPath(hiddenAPIInfo.AnnotationFlagsPath) 765 b.Metadata_path = android.OptionalPathForPath(hiddenAPIInfo.MetadataPath) 766 b.Index_path = android.OptionalPathForPath(hiddenAPIInfo.IndexPath) 767 b.All_flags_path = android.OptionalPathForPath(hiddenAPIInfo.AllFlagsPath)
|
H A D | dexpreopt.go | 196 profileClassListing = android.OptionalPathForPath( 213 ManifestPath: android.OptionalPathForPath(d.manifestFile),
|
H A D | dex.go | 287 d.proguardDictionary = android.OptionalPathForPath(proguardDictionary) 292 d.proguardUsageZip = android.OptionalPathForPath(proguardUsageZip)
|
/aosp12/system/sepolicy/build/soong/ |
H A D | cil_compat_map.go | 90 topHalf = android.OptionalPathForPath(dep.(CilCompatMapGenerator).GeneratedMapFile()) 172 OutputFile: android.OptionalPathForPath(c.installSource),
|
H A D | sepolicy_vers.go | 97 OutputFile: android.OptionalPathForPath(v.installSource),
|
H A D | policy.go | 189 OutputFile: android.OptionalPathForPath(c.installSource), 344 OutputFile: android.OptionalPathForPath(c.installSource),
|
H A D | compat_cil.go | 105 OutputFile: android.OptionalPathForPath(c.installSource),
|
/aosp12/hardware/interfaces/compatibility_matrices/build/ |
H A D | vintf_compatibility_matrix.go | 130 return android.OptionalPathForPath(schemaSrcs[0]) 180 OutputFile: android.OptionalPathForPath(g.genFile),
|
/aosp12/build/soong/cc/ |
H A D | prebuilt.go | 151 p.tocFile = android.OptionalPathForPath(tocFile) 362 h.module.outputFile = android.OptionalPathForPath(out) 465 p.toolPath = android.OptionalPathForPath(outputFile)
|
H A D | pgo.go | 131 return android.OptionalPathForPath(android.PathForSource(ctx, versionedProfiles[0])) 139 return android.OptionalPathForPath(nil)
|
H A D | library_headers.go | 71 h.module.outputFile = android.OptionalPathForPath(outputPath)
|
/aosp12/build/soong/rust/ |
H A D | androidmk.go | 159 ret.OutputFile = android.OptionalPathForPath(outFile) 188 ret.OutputFile = android.OptionalPathForPath(compiler.path)
|
H A D | binary.go | 130 binary.strippedOutputFile = android.OptionalPathForPath(strippedOutputFile)
|
/aosp12/build/soong/sh/ |
H A D | sh_binary.go | 175 return android.OptionalPathForPath(s.installedFile) 266 OutputFile: android.OptionalPathForPath(s.outputFilePath), 415 OutputFile: android.OptionalPathForPath(s.outputFilePath),
|
/aosp12/build/soong/dexpreopt/ |
H A D | testing.go | 30 return android.OptionalPathForPath(android.PathForTesting("dex2oat"))
|
/aosp12/system/tools/hidl/build/ |
H A D | hidl_package_root.go | 110 r.currentPath = android.OptionalPathForPath(android.PathForModuleSrc(ctx, "current.txt"))
|
/aosp12/packages/modules/Gki/build/ |
H A D | prebuilt.go | 92 apexFile = android.OptionalPathForPath(srcFiles[0])
|
/aosp12/build/soong/python/ |
H A D | androidmk.go | 81 entries.OutputFile = android.OptionalPathForPath(installer.path)
|
/aosp12/build/soong/linkerconfig/ |
H A D | linkerconfig.go | 155 OutputFile: android.OptionalPathForPath(l.outputFilePath),
|