Home
last modified time | relevance | path

Searched defs:binaryDecorator (Results 1 – 9 of 9) sorted by relevance

/build/soong/cc/
Dbinary.go83 type binaryDecorator struct { struct
84 *baseLinker
85 *baseInstaller
86 stripper
88 Properties BinaryLinkerProperties
90 toolPath android.OptionalPath
93 unstrippedOutputFile android.Path
96 symlinks []string
99 coverageOutputFile android.OptionalPath
102 distFiles android.TaggedDistFiles
[all …]
Dtest.go310 *binaryDecorator anonMember
508 *binaryDecorator anonMember
Dprebuilt.go329 *binaryDecorator anonMember
Dfuzz.go83 *binaryDecorator anonMember
Dvendor_snapshot.go286 *binaryDecorator anonMember
/build/soong/rust/
Dbinary.go32 type binaryDecorator struct { struct
33 *baseCompiler
35 Properties BinaryCompilerProperties
63 func (binary *binaryDecorator) preferDynamic() bool {
67 func (binary *binaryDecorator) compilerFlags(ctx ModuleContext, flags Flags) Flags {
85 func (binary *binaryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps {
97 func (binary *binaryDecorator) compilerProps() []interface{} {
102 func (binary *binaryDecorator) nativeCoverage() bool {
106 func (binary *binaryDecorator) compile(ctx ModuleContext, flags Flags, deps PathDeps) android.Path {
131 func (binary *binaryDecorator) coverageOutputZipPath() android.OptionalPath {
[all …]
Dtest.go50 *binaryDecorator anonMember
/build/soong/python/
Dbinary.go57 type binaryDecorator struct { struct
58 binaryProperties BinaryProperties
60 *pythonInstaller
87 func (binary *binaryDecorator) autorun() bool {
91 func (binary *binaryDecorator) bootstrapperProps() []interface{} {
95 func (binary *binaryDecorator) bootstrap(ctx android.ModuleContext, actualVersion string,
125 func (binary *binaryDecorator) getHostInterpreterName(ctx android.ModuleContext,
142 func (binary *binaryDecorator) getPyMainFile(ctx android.ModuleContext,
161 func (binary *binaryDecorator) getStem(ctx android.ModuleContext) string {
Dtest.go40 *binaryDecorator anonMember