Searched refs:OptionalPathForPath (Results 1 – 25 of 67) sorted by relevance
123
/build/soong/java/ |
D | androidmk.go | 42 OutputFile: android.OptionalPathForPath(output), 89 OutputFile: android.OptionalPathForPath(library.outputFile), 208 OutputFile: android.OptionalPathForPath(prebuilt.combinedImplementationFile), 234 OutputFile: android.OptionalPathForPath(prebuilt.dexJarFile.Path()), 259 OutputFile: android.OptionalPathForPath(prebuilt.implementationJarFile), 287 OutputFile: android.OptionalPathForPath(binary.outputFile), 312 OutputFile: android.OptionalPathForPath(outputFile), 341 OutputFile: android.OptionalPathForPath(app.outputFile), 524 OutputFile: android.OptionalPathForPath(jd.stubsSrcJar), 542 OutputFile: android.OptionalPathForPath(ddoc.Javadoc.docZip), [all …]
|
D | bootclasspath_fragment.go | 820 OutputFile: android.OptionalPathForPath(outputFile), 924 b.Annotation_flags_path = android.OptionalPathForPath(hiddenAPIInfo.AnnotationFlagsPath) 925 b.Metadata_path = android.OptionalPathForPath(hiddenAPIInfo.MetadataPath) 926 b.Index_path = android.OptionalPathForPath(hiddenAPIInfo.IndexPath) 928 b.Stub_flags_path = android.OptionalPathForPath(hiddenAPIInfo.StubFlagsPath) 929 b.All_flags_path = android.OptionalPathForPath(hiddenAPIInfo.AllFlagsPath) 931 b.Signature_patterns_path = android.OptionalPathForPath(hiddenAPIInfo.SignaturePatternsPath) 932 b.Filtered_stub_flags_path = android.OptionalPathForPath(hiddenAPIInfo.FilteredStubFlagsPath) 933 b.Filtered_flags_path = android.OptionalPathForPath(hiddenAPIInfo.FilteredFlagsPath)
|
D | dexpreopt.go | 84 OutputFile: android.OptionalPathForPath(install.outputPathOnHost), 433 profileClassListing = android.OptionalPathForPath(d.inputProfilePathOnHost) 437 profileClassListing = android.OptionalPathForPath(d.GetRewrittenProfile()) 442 profileClassListing = android.OptionalPathForPath( 465 ManifestPath: android.OptionalPathForPath(d.manifestFile),
|
D | dex.go | 450 d.proguardDictionary = android.OptionalPathForPath(proguardDictionary) 452 d.proguardConfiguration = android.OptionalPathForPath(proguardConfiguration) 457 d.proguardUsageZip = android.OptionalPathForPath(proguardUsageZip) 459 d.resourcesOutput = android.OptionalPathForPath(resourcesOutput)
|
D | device_host_converter.go | 178 OutputFile: android.OptionalPathForPath(d.combinedImplementationJar),
|
D | sdk.go | 156 aidl: android.OptionalPathForPath(aidlPath.Path()), 171 aidl: android.OptionalPathForPath(aidl),
|
/build/soong/android/ |
D | csuite_config.go | 44 OutputFile: OptionalPathForPath(me.OutputFilePath),
|
D | prebuilt_build_tool.go | 84 t.toolPath = OptionalPathForPath(installedPath)
|
D | buildinfo_prop.go | 176 OutputFile: OptionalPathForPath(p.outputFilePath),
|
D | gen_notice.go | 203 OutputFile: OptionalPathForPath(m.output),
|
/build/soong/aconfig/build_flags/ |
D | build_flags.go | 69 OutputFile: android.OptionalPathForPath(m.outputPath),
|
/build/soong/snapshot/ |
D | util.go | 62 return android.OptionalPathForPath(zipPath)
|
D | host_test.go | 38 return (android.OptionalPathForPath(android.PathForTesting(hostTestBinOut(c.Name()))))
|
/build/soong/filesystem/ |
D | raw_binary.go | 99 OutputFile: android.OptionalPathForPath(r.output),
|
D | avb_gen_vbmeta_image.go | 94 OutputFile: android.OptionalPathForPath(a.output),
|
D | avb_add_hash_footer.go | 184 OutputFile: android.OptionalPathForPath(a.output),
|
/build/soong/etc/ |
D | install_symlink.go | 84 OutputFile: android.OptionalPathForPath(m.output),
|
/build/soong/python/ |
D | binary.go | 149 entries := android.AndroidMkEntries{OutputFile: android.OptionalPathForPath(p.installSource)} 187 return android.OptionalPathForPath(p.installedDest)
|
/build/soong/rust/ |
D | androidmk.go | 56 OutputFile: android.OptionalPathForPath(mod.UnstrippedOutputFile()), 170 ret.OutputFile = android.OptionalPathForPath(outFile)
|
D | binary.go | 146 binary.baseCompiler.strippedOutputFile = android.OptionalPathForPath(strippedOutputFile)
|
D | library.go | 593 library.baseCompiler.strippedOutputFile = android.OptionalPathForPath(strippedOutputFile) 635 library.tocFile = android.OptionalPathForPath(tocFile) 639 TableOfContents: android.OptionalPathForPath(tocFile), 683 return android.OptionalPathForPath(Rustdoc(ctx, crateRootPath(ctx, library),
|
/build/soong/sh/ |
D | sh_binary.go | 186 return android.OptionalPathForPath(s.installedFile) 331 OutputFile: android.OptionalPathForPath(s.outputFilePath), 511 OutputFile: android.OptionalPathForPath(s.outputFilePath),
|
/build/soong/linkerconfig/ |
D | linkerconfig.go | 172 OutputFile: android.OptionalPathForPath(l.outputFilePath),
|
/build/soong/cc/ |
D | llndk_library.go | 164 OutputFile: android.OptionalPathForPath(txt.outputFile),
|
/build/soong/dexpreopt/ |
D | testing.go | 30 return android.OptionalPathForPath(android.PathForTesting("dex2oat"))
|
123