Searched refs:OptionalPathForPath (Results 1 – 25 of 39) sorted by relevance
12
/build/soong/android/ |
D | notices.go | 97 Merged: OptionalPathForPath(mergedNotice), 98 TxtOutput: OptionalPathForPath(txtOuptut), 99 HtmlOutput: OptionalPathForPath(htmlOutput), 100 HtmlGzOutput: OptionalPathForPath(htmlGzOutput),
|
D | csuite_config.go | 45 OutputFile: OptionalPathForPath(me.OutputFilePath),
|
D | vts_config.go | 48 OutputFile: OptionalPathForPath(me.OutputFilePath),
|
D | paths.go | 181 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/ |
D | androidmk.go | 41 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 …]
|
D | device_host_converter.go | 180 OutputFile: android.OptionalPathForPath(d.combinedImplementationJar),
|
D | platform_compat_config.go | 131 OutputFile: android.OptionalPathForPath(p.configFile),
|
D | dexpreopt.go | 172 profileClassListing = android.OptionalPathForPath(
|
D | sdk.go | 371 aidl: android.OptionalPathForPath(aidlPath.Path()), 383 aidl: android.OptionalPathForPath(aidl),
|
/build/soong/dexpreopt/ |
D | testing.go | 28 return android.OptionalPathForPath(android.PathForTesting("dex2oat"))
|
D | dexpreopt_test.go | 152 module.ProfileClassListing = android.OptionalPathForPath(android.PathForTesting("profile"))
|
D | config.go | 200 …config.GlobalConfig.DirtyImageObjects = android.OptionalPathForPath(constructPath(ctx, config.Dirt… 291 …config.ModuleConfig.ProfileClassListing = android.OptionalPathForPath(constructPath(ctx, config.Pr…
|
/build/soong/cc/ |
D | pgo.go | 136 return android.OptionalPathForPath(android.PathForSource(ctx, versioned_profiles[0])) 144 return android.OptionalPathForPath(nil)
|
D | binary.go | 370 binary.distFile = android.OptionalPathForPath(versionedOutputFile) 374 binary.distFile = android.OptionalPathForPath(out) 482 binary.toolPath = android.OptionalPathForPath(binary.baseInstaller.path)
|
D | vndk_prebuilt.go | 154 p.tocFile = android.OptionalPathForPath(tocFile)
|
D | builder.go | 766 return android.OptionalPathForPath(outputFile) 818 return android.OptionalPathForPath(outputFile) 954 return android.OptionalPathForPath(outputFile)
|
D | prebuilt.go | 124 p.tocFile = android.OptionalPathForPath(tocFile)
|
D | vndk.go | 491 OutputFile: android.OptionalPathForPath(txt.outputFile), 766 c.vndkSnapshotZipFile = android.OptionalPathForPath(zipPath)
|
/build/soong/sh/ |
D | sh_binary.go | 134 return android.OptionalPathForPath(s.installedFile) 193 OutputFile: android.OptionalPathForPath(s.outputFilePath), 334 OutputFile: android.OptionalPathForPath(s.outputFilePath),
|
/build/soong/python/ |
D | binary.go | 121 return android.OptionalPathForPath(binFile)
|
D | androidmk.go | 85 ret.OutputFile = android.OptionalPathForPath(installer.path)
|
/build/soong/apex/ |
D | prebuilt.go | 231 OutputFile: android.OptionalPathForPath(p.inputApex), 373 OutputFile: android.OptionalPathForPath(a.outputApex),
|
/build/soong/rust/ |
D | androidmk.go | 142 ret.OutputFile = android.OptionalPathForPath(compiler.path)
|
/build/soong/etc/ |
D | prebuilt_etc.go | 208 OutputFile: android.OptionalPathForPath(p.outputFilePath),
|
/build/soong/genrule/ |
D | genrule.go | 238 path = android.OptionalPathForPath(android.PathForOutput(ctx, s)) 538 OutputFile: android.OptionalPathForPath(g.outputFiles[0]),
|
12