Home
last modified time | relevance | path

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

123

/build/soong/java/
Dandroidmk.go40 OutputFile: android.OptionalPathForPath(output),
84 OutputFile: android.OptionalPathForPath(library.outputFile),
199 OutputFile: android.OptionalPathForPath(prebuilt.combinedClasspathFile),
224 OutputFile: android.OptionalPathForPath(prebuilt.dexJarFile.Path()),
248 OutputFile: android.OptionalPathForPath(prebuilt.classpathFile),
274 OutputFile: android.OptionalPathForPath(binary.outputFile),
299 OutputFile: android.OptionalPathForPath(outputFile),
324 OutputFile: android.OptionalPathForPath(app.outputFile),
498 OutputFile: android.OptionalPathForPath(jd.stubsSrcJar),
516 OutputFile: android.OptionalPathForPath(ddoc.Javadoc.docZip),
[all …]
Dbootclasspath_fragment.go897 OutputFile: android.OptionalPathForPath(outputFile),
1010 b.Annotation_flags_path = android.OptionalPathForPath(hiddenAPIInfo.AnnotationFlagsPath)
1011 b.Metadata_path = android.OptionalPathForPath(hiddenAPIInfo.MetadataPath)
1012 b.Index_path = android.OptionalPathForPath(hiddenAPIInfo.IndexPath)
1014 b.Stub_flags_path = android.OptionalPathForPath(hiddenAPIInfo.StubFlagsPath)
1015 b.All_flags_path = android.OptionalPathForPath(hiddenAPIInfo.AllFlagsPath)
1017 b.Signature_patterns_path = android.OptionalPathForPath(hiddenAPIInfo.SignaturePatternsPath)
1018 b.Filtered_stub_flags_path = android.OptionalPathForPath(hiddenAPIInfo.FilteredStubFlagsPath)
1019 b.Filtered_flags_path = android.OptionalPathForPath(hiddenAPIInfo.FilteredFlagsPath)
Ddexpreopt.go68 OutputFile: android.OptionalPathForPath(install.outputPathOnHost),
301 profileClassListing = android.OptionalPathForPath(
318 ManifestPath: android.OptionalPathForPath(d.manifestFile),
Ddex.go325 d.proguardDictionary = android.OptionalPathForPath(proguardDictionary)
330 d.proguardUsageZip = android.OptionalPathForPath(proguardUsageZip)
Dsdk.go141 aidl: android.OptionalPathForPath(aidlPath.Path()),
155 aidl: android.OptionalPathForPath(aidl),
/build/soong/android/
Dcsuite_config.go44 OutputFile: OptionalPathForPath(me.OutputFilePath),
Dmakefile_goal.go81 OutputFile: OptionalPathForPath(p.outputFilePath),
Dprebuilt_build_tool.go84 t.toolPath = OptionalPathForPath(installedPath)
Dbuildinfo_prop.go163 OutputFile: OptionalPathForPath(p.outputFilePath),
/build/soong/snapshot/
Dutil.go54 return android.OptionalPathForPath(zipPath)
Dsnapshot.go115 c.snapshotZipFile = android.OptionalPathForPath(zipPath)
Dhost_test.go38 return (android.OptionalPathForPath(android.PathForTesting(hostTestBinOut(c.Name()))))
/build/soong/cc/
Dprebuilt.go151 p.tocFile = android.OptionalPathForPath(tocFile)
446 h.module.outputFile = android.OptionalPathForPath(out)
496 h.module.outputFile = android.OptionalPathForPath(out)
510 TableOfContents: android.OptionalPathForPath(toc),
621 p.toolPath = android.OptionalPathForPath(outputFile)
Dpgo.go127 return android.OptionalPathForPath(android.PathForSource(ctx, versionedProfiles[0]))
135 return android.OptionalPathForPath(nil)
Dlibrary_headers.go75 h.module.outputFile = android.OptionalPathForPath(outputPath)
Dbinary.go522 preferredArchSymlinkPath = android.OptionalPathForPath(installedSymlink)
532 binary.toolPath = android.OptionalPathForPath(binary.baseInstaller.path)
579 handler.module.outputFile = android.OptionalPathForPath(outputFilePath)
Dvndk_prebuilt.go159 p.tocFile = android.OptionalPathForPath(tocFile)
/build/soong/rust/
Dandroidmk.go53 OutputFile: android.OptionalPathForPath(mod.UnstrippedOutputFile()),
167 ret.OutputFile = android.OptionalPathForPath(outFile)
Dlibrary.go510 library.baseCompiler.strippedOutputFile = android.OptionalPathForPath(strippedOutputFile)
551 library.tocFile = android.OptionalPathForPath(tocFile)
555 TableOfContents: android.OptionalPathForPath(tocFile),
596 return android.OptionalPathForPath(Rustdoc(ctx, library.srcPath(ctx, deps),
Dbinary.go146 binary.baseCompiler.strippedOutputFile = android.OptionalPathForPath(strippedOutputFile)
/build/soong/dexpreopt/
Dtesting.go30 return android.OptionalPathForPath(android.PathForTesting("dex2oat"))
/build/soong/linkerconfig/
Dlinkerconfig.go155 OutputFile: android.OptionalPathForPath(l.outputFilePath),
/build/soong/sh/
Dsh_binary.go186 return android.OptionalPathForPath(s.installedFile)
286 OutputFile: android.OptionalPathForPath(s.outputFilePath),
436 OutputFile: android.OptionalPathForPath(s.outputFilePath),
/build/soong/etc/
Dsnapshot_etc.go127 OutputFile: android.OptionalPathForPath(p.outputFilePath),
/build/soong/python/
Dbinary.go185 return android.OptionalPathForPath(binFile)

123