Home
last modified time | relevance | path

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

12

/build/soong/android/
Dnotices.go97 Merged: OptionalPathForPath(mergedNotice),
98 TxtOutput: OptionalPathForPath(txtOuptut),
99 HtmlOutput: OptionalPathForPath(htmlOutput),
100 HtmlGzOutput: OptionalPathForPath(htmlGzOutput),
Dcsuite_config.go44 OutputFile: OptionalPathForPath(me.OutputFilePath),
Dmakefile_goal.go81 OutputFile: OptionalPathForPath(p.outputFilePath),
/build/soong/java/
Dandroidmk.go40 OutputFile: android.OptionalPathForPath(output),
74 OutputFile: android.OptionalPathForPath(checkedModulePaths[0]),
88 OutputFile: android.OptionalPathForPath(library.outputFile),
198 OutputFile: android.OptionalPathForPath(prebuilt.combinedClasspathFile),
223 OutputFile: android.OptionalPathForPath(prebuilt.dexJarFile),
247 OutputFile: android.OptionalPathForPath(prebuilt.classpathFile),
269 OutputFile: android.OptionalPathForPath(binary.outputFile),
299 OutputFile: android.OptionalPathForPath(outputFile),
324 OutputFile: android.OptionalPathForPath(app.outputFile),
504 OutputFile: android.OptionalPathForPath(jd.stubsSrcJar),
[all …]
Dsdk.go114 aidl: android.OptionalPathForPath(aidlPath.Path()),
126 aidl: android.OptionalPathForPath(aidl),
184 aidl: android.OptionalPathForPath(nonUpdatableFrameworkAidlPath(ctx)),
194 aidl: android.OptionalPathForPath(sdkFrameworkAidlPath(ctx)),
Ddexpreopt.go196 profileClassListing = android.OptionalPathForPath(
213 ManifestPath: android.OptionalPathForPath(d.manifestFile),
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)
Ddex.go287 d.proguardDictionary = android.OptionalPathForPath(proguardDictionary)
292 d.proguardUsageZip = android.OptionalPathForPath(proguardUsageZip)
Ddevice_host_converter.go176 OutputFile: android.OptionalPathForPath(d.combinedImplementationJar),
Dclasspath_fragment.go181 OutputFile: android.OptionalPathForPath(c.outputFilepath),
/build/soong/dexpreopt/
Dtesting.go30 return android.OptionalPathForPath(android.PathForTesting("dex2oat"))
Ddexpreopt_test.go150 module.ProfileClassListing = android.OptionalPathForPath(android.PathForTesting("profile"))
Dconfig.go301 …config.ModuleConfig.ManifestPath = android.OptionalPathForPath(constructPath(ctx, config.ManifestP…
302 …config.ModuleConfig.ProfileClassListing = android.OptionalPathForPath(constructPath(ctx, config.Pr…
/build/soong/cc/
Dpgo.go131 return android.OptionalPathForPath(android.PathForSource(ctx, versionedProfiles[0]))
139 return android.OptionalPathForPath(nil)
Dprebuilt.go151 p.tocFile = android.OptionalPathForPath(tocFile)
362 h.module.outputFile = android.OptionalPathForPath(out)
465 p.toolPath = android.OptionalPathForPath(outputFile)
Dlibrary_headers.go71 h.module.outputFile = android.OptionalPathForPath(outputPath)
Dvndk_prebuilt.go160 p.tocFile = android.OptionalPathForPath(tocFile)
Dbinary.go515 preferredArchSymlinkPath = android.OptionalPathForPath(installedSymlink)
525 binary.toolPath = android.OptionalPathForPath(binary.baseInstaller.path)
Dobject.go64 handler.module.outputFile = android.OptionalPathForPath(android.PathForBazelOut(ctx, objPaths[0]))
/build/soong/python/
Dandroidmk.go81 entries.OutputFile = android.OptionalPathForPath(installer.path)
Dbinary.go212 return android.OptionalPathForPath(binFile)
/build/soong/rust/
Dandroidmk.go159 ret.OutputFile = android.OptionalPathForPath(outFile)
188 ret.OutputFile = android.OptionalPathForPath(compiler.path)
/build/soong/linkerconfig/
Dlinkerconfig.go155 OutputFile: android.OptionalPathForPath(l.outputFilePath),
/build/soong/filesystem/
Dlogical_partition.go215 OutputFile: android.OptionalPathForPath(l.output),
Dvbmeta.go247 OutputFile: android.OptionalPathForPath(v.output),

12