/build/soong/android/ |
D | notices.go | 31 Merged OptionalPath 32 TxtOutput OptionalPath 33 HtmlOutput OptionalPath 34 HtmlGzOutput OptionalPath
|
D | paths.go | 184 type OptionalPath struct { struct 190 func OptionalPathForPath(path Path) OptionalPath { 192 return OptionalPath{} 194 return OptionalPath{valid: true, path: path} 198 func (p OptionalPath) Valid() bool { argument 204 func (p OptionalPath) Path() Path { argument 212 func (p OptionalPath) String() string { argument 826 func ExistentPathForSource(ctx PathContext, pathComponents ...string) OptionalPath { 830 return OptionalPath{} 835 return OptionalPath{} [all …]
|
D | androidmk.go | 50 OutputFile OptionalPath 76 OutputFile OptionalPath 110 func (a *AndroidMkEntries) SetOptionalPath(name string, path OptionalPath) { 123 func (a *AndroidMkEntries) AddOptionalPath(name string, path OptionalPath) {
|
/build/soong/python/ |
D | binary.go | 64 IntermPathForModuleOut() android.OptionalPath 97 depsSrcsZips android.Paths) android.OptionalPath { 104 var launcherPath android.OptionalPath
|
D | python.go | 144 installSource android.OptionalPath 160 depsSrcsZips android.Paths) android.OptionalPath 253 func (p *Module) HostToolPath() android.OptionalPath { 256 return android.OptionalPath{}
|
D | builder.go | 83 launcherPath android.OptionalPath, interpreter, main, binName string, argument
|
/build/soong/cc/ |
D | linkable.go | 14 OutputFile() android.OptionalPath 41 Toc() android.OptionalPath
|
D | installer.go | 102 func (installer *baseInstaller) hostToolPath() android.OptionalPath { 103 return android.OptionalPath{}
|
D | object.go | 158 func (object *objectLinker) coverageOutputFilePath() android.OptionalPath { 159 return android.OptionalPath{}
|
D | binary.go | 90 toolPath android.OptionalPath 99 coverageOutputFile android.OptionalPath 446 func (binary *binaryDecorator) coverageOutputFilePath() android.OptionalPath { 486 func (binary *binaryDecorator) hostToolPath() android.OptionalPath {
|
D | builder.go | 669 …crtBegin, crtEnd android.OptionalPath, groupLate bool, flags builderFlags, outputFile android.Writ… argument 748 baseName, exportedHeaderFlags string, symbolFile android.OptionalPath, argument 749 excludedSymbolVersions, excludedSymbolTags []string) android.OptionalPath { 806 …e, exportedHeaderFlags string, checkAllApis, isLlndk, isNdk, isVndkExt bool) android.OptionalPath { 975 inputs Objects, baseName string) android.OptionalPath { 990 return android.OptionalPath{}
|
D | cc.go | 154 CrtBegin, CrtEnd android.OptionalPath 157 LinkerFlagsFile android.OptionalPath 160 DynamicLinker android.OptionalPath 401 coverageOutputFilePath() android.OptionalPath 419 hostToolPath() android.OptionalPath 501 outputFile android.OptionalPath 526 func (c *Module) Toc() android.OptionalPath { 754 func (c *Module) OutputFile() android.OptionalPath { 776 func (c *Module) CoverageOutputFile() android.OptionalPath { 780 return android.OptionalPath{} [all …]
|
D | library.go | 337 tocFile android.OptionalPath 356 coverageOutputFile android.OptionalPath 359 sAbiOutputFile android.OptionalPath 362 sAbiDiff android.OptionalPath 691 toc() android.OptionalPath 1051 func (library *libraryDecorator) coverageOutputFilePath() android.OptionalPath { 1206 func (library *libraryDecorator) toc() android.OptionalPath {
|
/build/soong/dexpreopt/ |
D | testing.go | 27 func (m *dummyToolBinary) HostToolPath() android.OptionalPath {
|
D | config.go | 83 DirtyImageObjects android.OptionalPath // path to a dirty-image-objects file 122 ProfileClassListing android.OptionalPath 124 ProfileBootListing android.OptionalPath 558 DirtyImageObjects: android.OptionalPath{},
|
D | dexpreopt_test.go | 44 ProfileClassListing: android.OptionalPath{},
|
/build/soong/rust/ |
D | compiler.go | 118 coverageOutputZipFile android.OptionalPath 120 distFile android.OptionalPath 123 func (compiler *baseCompiler) coverageOutputZipPath() android.OptionalPath {
|
D | rust.go | 86 outputFile android.OptionalPath 173 func (mod *Module) Toc() android.OptionalPath { 176 return android.OptionalPath{} 262 CrtBegin android.OptionalPath 263 CrtEnd android.OptionalPath 491 func (mod *Module) OutputFile() android.OptionalPath { 1032 func (mod *Module) HostToolPath() android.OptionalPath { 1034 return android.OptionalPath{} 1039 return android.OptionalPath{}
|
D | builder.go | 269 covFiles android.Paths, baseName string) android.OptionalPath { 283 return android.OptionalPath{}
|
D | binary.go | 131 func (binary *binaryDecorator) coverageOutputZipPath() android.OptionalPath {
|
/build/soong/java/ |
D | device_host_converter.go | 118 android.OptionalPath{}, false, nil, nil) 127 android.OptionalPath{}, false, nil, []string{"META-INF/TRANSITIVE"})
|
D | dexpreopt.go | 164 var profileClassListing android.OptionalPath 165 var profileBootListing android.OptionalPath
|
D | aar.go | 35 ExportedAssets() android.OptionalPath 96 noticeFile android.OptionalPath 97 assetPackage android.OptionalPath 131 func (a *aapt) ExportedAssets() android.OptionalPath { 611 func (a *AARImport) ExportedAssets() android.OptionalPath { 612 return android.OptionalPath{}
|
D | kotlin.go | 60 …otlinCommonSrcsList(ctx android.ModuleContext, commonSrcFiles android.Paths) android.OptionalPath { 71 return android.OptionalPath{}
|
D | java.go | 462 overrideManifest android.OptionalPath 638 aidl android.OptionalPath 655 coverageFile android.OptionalPath 821 func (j *Module) aidlFlags(ctx android.ModuleContext, aidlPreprocess android.OptionalPath, 877 aidlPreprocess android.OptionalPath 1524 TransformJarsToJar(ctx, combinedJar, "for resources", resourceJars, android.OptionalPath{}, 1678 TransformJarsToJar(ctx, combinedJar, "for dex resources", jars, android.OptionalPath{}, 1806 TransformJarsToJar(ctx, combinedJar, "for turbine", jars, android.OptionalPath{}, 2455 func (j *Binary) HostToolPath() android.OptionalPath { 2626 TransformJarsToJar(ctx, outputFile, "for prebuilts", jars, android.OptionalPath{},
|