Searched refs:OptionalPathForPath (Results 1 – 25 of 42) 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 | makefile_goal.go | 81 OutputFile: OptionalPathForPath(p.outputFilePath),
|
D | paths.go | 190 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/ |
D | androidmk.go | 41 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 …]
|
D | platform_compat_config.go | 131 OutputFile: android.OptionalPathForPath(p.configFile),
|
D | device_host_converter.go | 184 OutputFile: android.OptionalPathForPath(d.combinedImplementationJar),
|
D | dexpreopt.go | 171 profileClassListing = android.OptionalPathForPath(
|
D | sdk.go | 396 aidl: android.OptionalPathForPath(aidlPath.Path()), 408 aidl: android.OptionalPathForPath(aidl),
|
D | kotlin.go | 69 return android.OptionalPathForPath(commonSrcsList)
|
/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 | 203 …config.GlobalConfig.DirtyImageObjects = android.OptionalPathForPath(constructPath(ctx, config.Dirt… 313 …config.ModuleConfig.ProfileClassListing = android.OptionalPathForPath(constructPath(ctx, config.Pr…
|
/build/soong/sh/ |
D | sh_binary.go | 117 return android.OptionalPathForPath(s.installedFile) 176 OutputFile: android.OptionalPathForPath(s.outputFilePath), 235 OutputFile: android.OptionalPathForPath(s.outputFilePath),
|
/build/soong/rust/ |
D | androidmk.go | 164 ret.OutputFile = android.OptionalPathForPath(outFile) 184 ret.OutputFile = android.OptionalPathForPath(compiler.path)
|
D | builder.go | 281 return android.OptionalPathForPath(outputFile)
|
/build/soong/cc/ |
D | pgo.go | 136 return android.OptionalPathForPath(android.PathForSource(ctx, versioned_profiles[0])) 144 return android.OptionalPathForPath(nil)
|
D | vndk_prebuilt.go | 154 p.tocFile = android.OptionalPathForPath(tocFile)
|
D | builder.go | 791 return android.OptionalPathForPath(outputFile) 852 return android.OptionalPathForPath(outputFile) 987 return android.OptionalPathForPath(outputFile)
|
/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), 351 OutputFile: android.OptionalPathForPath(a.outputApex),
|
/build/soong/etc/ |
D | prebuilt_etc.go | 222 OutputFile: android.OptionalPathForPath(p.outputFilePath),
|
/build/soong/genrule/ |
D | genrule.go | 240 path = android.OptionalPathForPath(android.PathForOutput(ctx, s)) 541 OutputFile: android.OptionalPathForPath(g.outputFiles[0]),
|
12