Home
last modified time | relevance | path

Searched refs:OptionalPathForPath (Results 1 – 25 of 42) 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.go45 OutputFile: OptionalPathForPath(me.OutputFilePath),
Dvts_config.go48 OutputFile: OptionalPathForPath(me.OutputFilePath),
Dmakefile_goal.go81 OutputFile: OptionalPathForPath(p.outputFilePath),
Dpaths.go190 func OptionalPathForPath(path Path) OptionalPath { func
846 return OptionalPathForPath(path)
896 return OptionalPathForPath(PathForSource(ctx, relPath))
1084 return OptionalPathForPath(PathForModuleSrc(ctx, *p))
/build/soong/java/
Dandroidmk.go41 OutputFile: android.OptionalPathForPath(output),
82 OutputFile: android.OptionalPathForPath(checkedModulePaths[0]),
95 OutputFile: android.OptionalPathForPath(library.outputFile),
192 OutputFile: android.OptionalPathForPath(prebuilt.combinedClasspathFile),
214 OutputFile: android.OptionalPathForPath(prebuilt.maybeStrippedDexJarFile),
242 OutputFile: android.OptionalPathForPath(prebuilt.classpathFile),
264 OutputFile: android.OptionalPathForPath(binary.outputFile),
287 OutputFile: android.OptionalPathForPath(binary.wrapperFile),
312 OutputFile: android.OptionalPathForPath(app.outputFile),
486 OutputFile: android.OptionalPathForPath(jd.stubsSrcJar),
[all …]
Dplatform_compat_config.go131 OutputFile: android.OptionalPathForPath(p.configFile),
Ddevice_host_converter.go184 OutputFile: android.OptionalPathForPath(d.combinedImplementationJar),
Ddexpreopt.go171 profileClassListing = android.OptionalPathForPath(
Dsdk.go396 aidl: android.OptionalPathForPath(aidlPath.Path()),
408 aidl: android.OptionalPathForPath(aidl),
Dkotlin.go69 return android.OptionalPathForPath(commonSrcsList)
/build/soong/dexpreopt/
Dtesting.go28 return android.OptionalPathForPath(android.PathForTesting("dex2oat"))
Ddexpreopt_test.go152 module.ProfileClassListing = android.OptionalPathForPath(android.PathForTesting("profile"))
Dconfig.go203 …config.GlobalConfig.DirtyImageObjects = android.OptionalPathForPath(constructPath(ctx, config.Dirt…
313 …config.ModuleConfig.ProfileClassListing = android.OptionalPathForPath(constructPath(ctx, config.Pr…
/build/soong/sh/
Dsh_binary.go117 return android.OptionalPathForPath(s.installedFile)
176 OutputFile: android.OptionalPathForPath(s.outputFilePath),
235 OutputFile: android.OptionalPathForPath(s.outputFilePath),
/build/soong/rust/
Dandroidmk.go164 ret.OutputFile = android.OptionalPathForPath(outFile)
184 ret.OutputFile = android.OptionalPathForPath(compiler.path)
Dbuilder.go281 return android.OptionalPathForPath(outputFile)
/build/soong/cc/
Dpgo.go136 return android.OptionalPathForPath(android.PathForSource(ctx, versioned_profiles[0]))
144 return android.OptionalPathForPath(nil)
Dvndk_prebuilt.go154 p.tocFile = android.OptionalPathForPath(tocFile)
Dbuilder.go791 return android.OptionalPathForPath(outputFile)
852 return android.OptionalPathForPath(outputFile)
987 return android.OptionalPathForPath(outputFile)
/build/soong/python/
Dbinary.go121 return android.OptionalPathForPath(binFile)
Dandroidmk.go85 ret.OutputFile = android.OptionalPathForPath(installer.path)
/build/soong/apex/
Dprebuilt.go231 OutputFile: android.OptionalPathForPath(p.inputApex),
351 OutputFile: android.OptionalPathForPath(a.outputApex),
/build/soong/etc/
Dprebuilt_etc.go222 OutputFile: android.OptionalPathForPath(p.outputFilePath),
/build/soong/genrule/
Dgenrule.go240 path = android.OptionalPathForPath(android.PathForOutput(ctx, s))
541 OutputFile: android.OptionalPathForPath(g.outputFiles[0]),

12