Home
last modified time | relevance | path

Searched refs:OptionalPathForPath (Results 1 – 25 of 67) sorted by relevance

123

/build/soong/java/
Dandroidmk.go42 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 …]
Dbootclasspath_fragment.go820 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)
Ddexpreopt.go84 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),
Ddex.go450 d.proguardDictionary = android.OptionalPathForPath(proguardDictionary)
452 d.proguardConfiguration = android.OptionalPathForPath(proguardConfiguration)
457 d.proguardUsageZip = android.OptionalPathForPath(proguardUsageZip)
459 d.resourcesOutput = android.OptionalPathForPath(resourcesOutput)
Ddevice_host_converter.go178 OutputFile: android.OptionalPathForPath(d.combinedImplementationJar),
Dsdk.go156 aidl: android.OptionalPathForPath(aidlPath.Path()),
171 aidl: android.OptionalPathForPath(aidl),
/build/soong/android/
Dcsuite_config.go44 OutputFile: OptionalPathForPath(me.OutputFilePath),
Dprebuilt_build_tool.go84 t.toolPath = OptionalPathForPath(installedPath)
Dbuildinfo_prop.go176 OutputFile: OptionalPathForPath(p.outputFilePath),
Dgen_notice.go203 OutputFile: OptionalPathForPath(m.output),
/build/soong/aconfig/build_flags/
Dbuild_flags.go69 OutputFile: android.OptionalPathForPath(m.outputPath),
/build/soong/snapshot/
Dutil.go62 return android.OptionalPathForPath(zipPath)
Dhost_test.go38 return (android.OptionalPathForPath(android.PathForTesting(hostTestBinOut(c.Name()))))
/build/soong/filesystem/
Draw_binary.go99 OutputFile: android.OptionalPathForPath(r.output),
Davb_gen_vbmeta_image.go94 OutputFile: android.OptionalPathForPath(a.output),
Davb_add_hash_footer.go184 OutputFile: android.OptionalPathForPath(a.output),
/build/soong/etc/
Dinstall_symlink.go84 OutputFile: android.OptionalPathForPath(m.output),
/build/soong/python/
Dbinary.go149 entries := android.AndroidMkEntries{OutputFile: android.OptionalPathForPath(p.installSource)}
187 return android.OptionalPathForPath(p.installedDest)
/build/soong/rust/
Dandroidmk.go56 OutputFile: android.OptionalPathForPath(mod.UnstrippedOutputFile()),
170 ret.OutputFile = android.OptionalPathForPath(outFile)
Dbinary.go146 binary.baseCompiler.strippedOutputFile = android.OptionalPathForPath(strippedOutputFile)
Dlibrary.go593 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/
Dsh_binary.go186 return android.OptionalPathForPath(s.installedFile)
331 OutputFile: android.OptionalPathForPath(s.outputFilePath),
511 OutputFile: android.OptionalPathForPath(s.outputFilePath),
/build/soong/linkerconfig/
Dlinkerconfig.go172 OutputFile: android.OptionalPathForPath(l.outputFilePath),
/build/soong/cc/
Dllndk_library.go164 OutputFile: android.OptionalPathForPath(txt.outputFile),
/build/soong/dexpreopt/
Dtesting.go30 return android.OptionalPathForPath(android.PathForTesting("dex2oat"))

123