Home
last modified time | relevance | path

Searched refs:OptionalPathForPath (Results 1 – 25 of 70) sorted by relevance

123

/aosp12/build/soong/android/
H A Dnotices.go97 Merged: OptionalPathForPath(mergedNotice),
98 TxtOutput: OptionalPathForPath(txtOuptut),
99 HtmlOutput: OptionalPathForPath(htmlOutput),
100 HtmlGzOutput: OptionalPathForPath(htmlGzOutput),
H A Dcsuite_config.go44 OutputFile: OptionalPathForPath(me.OutputFilePath),
H A Dmakefile_goal.go81 OutputFile: OptionalPathForPath(p.outputFilePath),
H A Dprebuilt_build_tool.go84 t.toolPath = OptionalPathForPath(installedPath)
/aosp12/build/soong/java/
H A Dandroidmk.go40 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 Dsdk.go114 aidl: android.OptionalPathForPath(aidlPath.Path()),
126 aidl: android.OptionalPathForPath(aidl),
184 aidl: android.OptionalPathForPath(nonUpdatableFrameworkAidlPath(ctx)),
194 aidl: android.OptionalPathForPath(sdkFrameworkAidlPath(ctx)),
H A Dbootclasspath_fragment.go763 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 Ddexpreopt.go196 profileClassListing = android.OptionalPathForPath(
213 ManifestPath: android.OptionalPathForPath(d.manifestFile),
H A Ddex.go287 d.proguardDictionary = android.OptionalPathForPath(proguardDictionary)
292 d.proguardUsageZip = android.OptionalPathForPath(proguardUsageZip)
/aosp12/system/sepolicy/build/soong/
H A Dcil_compat_map.go90 topHalf = android.OptionalPathForPath(dep.(CilCompatMapGenerator).GeneratedMapFile())
172 OutputFile: android.OptionalPathForPath(c.installSource),
H A Dsepolicy_vers.go97 OutputFile: android.OptionalPathForPath(v.installSource),
H A Dpolicy.go189 OutputFile: android.OptionalPathForPath(c.installSource),
344 OutputFile: android.OptionalPathForPath(c.installSource),
H A Dcompat_cil.go105 OutputFile: android.OptionalPathForPath(c.installSource),
/aosp12/hardware/interfaces/compatibility_matrices/build/
H A Dvintf_compatibility_matrix.go130 return android.OptionalPathForPath(schemaSrcs[0])
180 OutputFile: android.OptionalPathForPath(g.genFile),
/aosp12/build/soong/cc/
H A Dprebuilt.go151 p.tocFile = android.OptionalPathForPath(tocFile)
362 h.module.outputFile = android.OptionalPathForPath(out)
465 p.toolPath = android.OptionalPathForPath(outputFile)
H A Dpgo.go131 return android.OptionalPathForPath(android.PathForSource(ctx, versionedProfiles[0]))
139 return android.OptionalPathForPath(nil)
H A Dlibrary_headers.go71 h.module.outputFile = android.OptionalPathForPath(outputPath)
/aosp12/build/soong/rust/
H A Dandroidmk.go159 ret.OutputFile = android.OptionalPathForPath(outFile)
188 ret.OutputFile = android.OptionalPathForPath(compiler.path)
H A Dbinary.go130 binary.strippedOutputFile = android.OptionalPathForPath(strippedOutputFile)
/aosp12/build/soong/sh/
H A Dsh_binary.go175 return android.OptionalPathForPath(s.installedFile)
266 OutputFile: android.OptionalPathForPath(s.outputFilePath),
415 OutputFile: android.OptionalPathForPath(s.outputFilePath),
/aosp12/build/soong/dexpreopt/
H A Dtesting.go30 return android.OptionalPathForPath(android.PathForTesting("dex2oat"))
/aosp12/system/tools/hidl/build/
H A Dhidl_package_root.go110 r.currentPath = android.OptionalPathForPath(android.PathForModuleSrc(ctx, "current.txt"))
/aosp12/packages/modules/Gki/build/
H A Dprebuilt.go92 apexFile = android.OptionalPathForPath(srcFiles[0])
/aosp12/build/soong/python/
H A Dandroidmk.go81 entries.OutputFile = android.OptionalPathForPath(installer.path)
/aosp12/build/soong/linkerconfig/
H A Dlinkerconfig.go155 OutputFile: android.OptionalPathForPath(l.outputFilePath),

123