Home
last modified time | relevance | path

Searched refs:OptionalPathForPath (Results 1 – 25 of 39) 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),
Dpaths.go181 func OptionalPathForPath(path Path) OptionalPath { func
803 return OptionalPathForPath(path)
853 return OptionalPathForPath(PathForSource(ctx, relPath))
1025 return OptionalPathForPath(PathForModuleSrc(ctx, *p))
/build/soong/java/
Dandroidmk.go41 OutputFile: android.OptionalPathForPath(output),
82 OutputFile: android.OptionalPathForPath(checkedModulePaths[0]),
94 DistFile: android.OptionalPathForPath(library.distFile),
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),
[all …]
Ddevice_host_converter.go180 OutputFile: android.OptionalPathForPath(d.combinedImplementationJar),
Dplatform_compat_config.go131 OutputFile: android.OptionalPathForPath(p.configFile),
Ddexpreopt.go172 profileClassListing = android.OptionalPathForPath(
Dsdk.go371 aidl: android.OptionalPathForPath(aidlPath.Path()),
383 aidl: android.OptionalPathForPath(aidl),
/build/soong/dexpreopt/
Dtesting.go28 return android.OptionalPathForPath(android.PathForTesting("dex2oat"))
Ddexpreopt_test.go152 module.ProfileClassListing = android.OptionalPathForPath(android.PathForTesting("profile"))
Dconfig.go200 …config.GlobalConfig.DirtyImageObjects = android.OptionalPathForPath(constructPath(ctx, config.Dirt…
291 …config.ModuleConfig.ProfileClassListing = android.OptionalPathForPath(constructPath(ctx, config.Pr…
/build/soong/cc/
Dpgo.go136 return android.OptionalPathForPath(android.PathForSource(ctx, versioned_profiles[0]))
144 return android.OptionalPathForPath(nil)
Dbinary.go370 binary.distFile = android.OptionalPathForPath(versionedOutputFile)
374 binary.distFile = android.OptionalPathForPath(out)
482 binary.toolPath = android.OptionalPathForPath(binary.baseInstaller.path)
Dvndk_prebuilt.go154 p.tocFile = android.OptionalPathForPath(tocFile)
Dbuilder.go766 return android.OptionalPathForPath(outputFile)
818 return android.OptionalPathForPath(outputFile)
954 return android.OptionalPathForPath(outputFile)
Dprebuilt.go124 p.tocFile = android.OptionalPathForPath(tocFile)
Dvndk.go491 OutputFile: android.OptionalPathForPath(txt.outputFile),
766 c.vndkSnapshotZipFile = android.OptionalPathForPath(zipPath)
/build/soong/sh/
Dsh_binary.go134 return android.OptionalPathForPath(s.installedFile)
193 OutputFile: android.OptionalPathForPath(s.outputFilePath),
334 OutputFile: android.OptionalPathForPath(s.outputFilePath),
/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),
373 OutputFile: android.OptionalPathForPath(a.outputApex),
/build/soong/rust/
Dandroidmk.go142 ret.OutputFile = android.OptionalPathForPath(compiler.path)
/build/soong/etc/
Dprebuilt_etc.go208 OutputFile: android.OptionalPathForPath(p.outputFilePath),
/build/soong/genrule/
Dgenrule.go238 path = android.OptionalPathForPath(android.PathForOutput(ctx, s))
538 OutputFile: android.OptionalPathForPath(g.outputFiles[0]),

12