/build/soong/android/ |
D | notices.go | 31 Merged OptionalPath 32 TxtOutput OptionalPath 33 HtmlOutput OptionalPath 34 HtmlGzOutput OptionalPath
|
D | paths.go | 263 type OptionalPath struct { struct 269 func OptionalPathForPath(path Path) OptionalPath { 271 return OptionalPath{} 273 return OptionalPath{valid: true, path: path} 277 func (p OptionalPath) Valid() bool { argument 283 func (p OptionalPath) Path() Path { argument 294 func (p OptionalPath) AsPaths() Paths { argument 303 func (p OptionalPath) RelativeToTop() OptionalPath { argument 312 func (p OptionalPath) String() string { argument 1041 func ExistentPathForSource(ctx PathContext, pathComponents ...string) OptionalPath { [all …]
|
D | prebuilt_build_tool.go | 41 toolPath OptionalPath 96 func (t *prebuiltBuildTool) HostToolPath() OptionalPath {
|
/build/soong/cc/ |
D | linkable.go | 113 OutputFile() android.OptionalPath 125 Toc() android.OptionalPath 312 TableOfContents android.OptionalPath 313 CoverageSharedLibrary android.OptionalPath
|
D | installer.go | 102 func (installer *baseInstaller) hostToolPath() android.OptionalPath { 103 return android.OptionalPath{}
|
D | binary.go | 92 toolPath android.OptionalPath 105 coverageOutputFile android.OptionalPath 473 func (binary *binaryDecorator) coverageOutputFilePath() android.OptionalPath { 508 var preferredArchSymlinkPath android.OptionalPath 530 func (binary *binaryDecorator) hostToolPath() android.OptionalPath {
|
D | vendor_snapshot.go | 32 android.OptionalPath{}, 41 android.OptionalPath{}, 50 android.OptionalPath{}, 77 snapshotZipFile android.OptionalPath
|
D | builder.go | 734 …crtBegin, crtEnd android.OptionalPath, groupLate bool, flags builderFlags, outputFile android.Writ… argument 815 baseName, exportedHeaderFlags string, symbolFile android.OptionalPath, argument 816 excludedSymbolVersions, excludedSymbolTags []string) android.OptionalPath { 875 …e, exportedHeaderFlags string, checkAllApis, isLlndk, isNdk, isVndkExt bool) android.OptionalPath { 1039 inputs Objects, baseName string) android.OptionalPath { 1054 return android.OptionalPath{}
|
D | object.go | 271 func (object *objectLinker) coverageOutputFilePath() android.OptionalPath { 272 return android.OptionalPath{}
|
D | prebuilt.go | 357 h.module.outputFile = android.OptionalPath{} 415 toolPath android.OptionalPath 420 func (p *prebuiltBinaryLinker) hostToolPath() android.OptionalPath {
|
D | cc.go | 180 CrtBegin, CrtEnd android.OptionalPath 183 LinkerFlagsFile android.OptionalPath 186 DynamicLinker android.OptionalPath 558 coverageOutputFilePath() android.OptionalPath 580 hostToolPath() android.OptionalPath 808 outputFile android.OptionalPath 842 func (c *Module) Toc() android.OptionalPath { 993 func (c *Module) OutputFile() android.OptionalPath { 1015 func (c *Module) CoverageOutputFile() android.OptionalPath { 1019 return android.OptionalPath{} [all …]
|
/build/soong/rust/ |
D | compiler.go | 170 distFile android.OptionalPath 172 strippedOutputFile android.OptionalPath 187 func (compiler *baseCompiler) coverageOutputZipPath() android.OptionalPath { 279 deps PathDeps) android.OptionalPath { 281 return android.OptionalPath{} 288 func (compiler *baseCompiler) CargoOutDir() android.OptionalPath { 296 func (compiler *baseCompiler) strippedOutputFilePath() android.OptionalPath {
|
D | prebuilt.go | 107 deps PathDeps) android.OptionalPath { 109 return android.OptionalPath{}
|
D | rust.go | 128 unstrippedOutputFile android.OptionalPath 129 docTimestampFile android.OptionalPath 250 func (mod *Module) Toc() android.OptionalPath { 253 return android.OptionalPath{} 384 CrtBegin android.OptionalPath 385 CrtEnd android.OptionalPath 406 rustdoc(ctx ModuleContext, flags Flags, deps PathDeps) android.OptionalPath 410 CargoOutDir() android.OptionalPath 425 strippedOutputFilePath() android.OptionalPath 607 func (mod *Module) OutputFile() android.OptionalPath { [all …]
|
/build/soong/python/ |
D | binary.go | 153 IntermPathForModuleOut() android.OptionalPath 188 depsSrcsZips android.Paths) android.OptionalPath { 195 var launcherPath android.OptionalPath
|
D | python.go | 166 installSource android.OptionalPath 185 depsSrcsZips android.Paths) android.OptionalPath 312 func (p *Module) HostToolPath() android.OptionalPath { 315 return android.OptionalPath{}
|
/build/soong/java/ |
D | device_host_converter.go | 119 android.OptionalPath{}, false, nil, nil) 128 android.OptionalPath{}, false, nil, []string{"META-INF/TRANSITIVE"})
|
D | bootclasspath_fragment.go | 736 Stub_flags_path android.OptionalPath 739 Annotation_flags_path android.OptionalPath 742 Metadata_path android.OptionalPath 745 Index_path android.OptionalPath 748 All_flags_path android.OptionalPath 814 copyOptionalPath := func(path android.OptionalPath, property string) {
|
D | aar.go | 36 ExportedAssets() android.OptionalPath 105 noticeFile android.OptionalPath 106 assetPackage android.OptionalPath 151 func (a *aapt) ExportedAssets() android.OptionalPath { 677 func (a *AARImport) ExportedAssets() android.OptionalPath { 678 return android.OptionalPath{}
|
D | dexpreopt.go | 189 var profileClassListing android.OptionalPath 190 var profileBootListing android.OptionalPath
|
D | kotlin.go | 61 …otlinCommonSrcsList(ctx android.ModuleContext, commonSrcFiles android.Paths) android.OptionalPath { 74 return android.OptionalPath{}
|
/build/soong/bloaty/ |
D | bloaty.go | 66 func MeasureSizeForPaths(ctx android.ModuleContext, paths ...android.OptionalPath) { argument
|
/build/soong/dexpreopt/ |
D | testing.go | 29 func (m *fakeToolBinary) HostToolPath() android.OptionalPath {
|
D | config.go | 119 ManifestPath android.OptionalPath 124 ProfileClassListing android.OptionalPath 126 ProfileBootListing android.OptionalPath
|
/build/soong/sysprop/ |
D | sysprop_library.go | 132 latestApiFile android.OptionalPath 133 currentApiFile android.OptionalPath 231 func (m *syspropLibrary) CurrentSyspropApiFile() android.OptionalPath {
|