Searched refs:OptionalPathForPath (Results 1 – 25 of 50) 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 | 44 OutputFile: OptionalPathForPath(me.OutputFilePath),
|
D | makefile_goal.go | 81 OutputFile: OptionalPathForPath(p.outputFilePath),
|
/build/soong/java/ |
D | androidmk.go | 40 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 …]
|
D | sdk.go | 114 aidl: android.OptionalPathForPath(aidlPath.Path()), 126 aidl: android.OptionalPathForPath(aidl), 184 aidl: android.OptionalPathForPath(nonUpdatableFrameworkAidlPath(ctx)), 194 aidl: android.OptionalPathForPath(sdkFrameworkAidlPath(ctx)),
|
D | dexpreopt.go | 196 profileClassListing = android.OptionalPathForPath( 213 ManifestPath: android.OptionalPathForPath(d.manifestFile),
|
D | bootclasspath_fragment.go | 763 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)
|
D | dex.go | 287 d.proguardDictionary = android.OptionalPathForPath(proguardDictionary) 292 d.proguardUsageZip = android.OptionalPathForPath(proguardUsageZip)
|
D | device_host_converter.go | 176 OutputFile: android.OptionalPathForPath(d.combinedImplementationJar),
|
D | classpath_fragment.go | 181 OutputFile: android.OptionalPathForPath(c.outputFilepath),
|
/build/soong/dexpreopt/ |
D | testing.go | 30 return android.OptionalPathForPath(android.PathForTesting("dex2oat"))
|
D | dexpreopt_test.go | 150 module.ProfileClassListing = android.OptionalPathForPath(android.PathForTesting("profile"))
|
D | config.go | 301 …config.ModuleConfig.ManifestPath = android.OptionalPathForPath(constructPath(ctx, config.ManifestP… 302 …config.ModuleConfig.ProfileClassListing = android.OptionalPathForPath(constructPath(ctx, config.Pr…
|
/build/soong/cc/ |
D | pgo.go | 131 return android.OptionalPathForPath(android.PathForSource(ctx, versionedProfiles[0])) 139 return android.OptionalPathForPath(nil)
|
D | prebuilt.go | 151 p.tocFile = android.OptionalPathForPath(tocFile) 362 h.module.outputFile = android.OptionalPathForPath(out) 465 p.toolPath = android.OptionalPathForPath(outputFile)
|
D | library_headers.go | 71 h.module.outputFile = android.OptionalPathForPath(outputPath)
|
D | vndk_prebuilt.go | 160 p.tocFile = android.OptionalPathForPath(tocFile)
|
D | binary.go | 515 preferredArchSymlinkPath = android.OptionalPathForPath(installedSymlink) 525 binary.toolPath = android.OptionalPathForPath(binary.baseInstaller.path)
|
D | object.go | 64 handler.module.outputFile = android.OptionalPathForPath(android.PathForBazelOut(ctx, objPaths[0]))
|
/build/soong/python/ |
D | androidmk.go | 81 entries.OutputFile = android.OptionalPathForPath(installer.path)
|
D | binary.go | 212 return android.OptionalPathForPath(binFile)
|
/build/soong/rust/ |
D | androidmk.go | 159 ret.OutputFile = android.OptionalPathForPath(outFile) 188 ret.OutputFile = android.OptionalPathForPath(compiler.path)
|
/build/soong/linkerconfig/ |
D | linkerconfig.go | 155 OutputFile: android.OptionalPathForPath(l.outputFilePath),
|
/build/soong/filesystem/ |
D | logical_partition.go | 215 OutputFile: android.OptionalPathForPath(l.output),
|
D | vbmeta.go | 247 OutputFile: android.OptionalPathForPath(v.output),
|
12