Home
last modified time | relevance | path

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

/build/soong/rust/
Dbinary.go40 type binaryDecorator struct { struct
41 *baseCompiler
42 stripper Stripper
44 Properties BinaryCompilerProperties
72 func (binary *binaryDecorator) compilerFlags(ctx ModuleContext, flags Flags) Flags {
92 func (binary *binaryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps {
117 func (binary *binaryDecorator) compilerProps() []interface{} {
123 func (binary *binaryDecorator) nativeCoverage() bool {
127 func (binary *binaryDecorator) preferRlib() bool {
131 func (binary *binaryDecorator) compile(ctx ModuleContext, flags Flags, deps PathDeps) android.Path {
[all …]
Dfuzz.go34 *binaryDecorator anonMember
Dbenchmark.go47 *binaryDecorator anonMember
Dtest.go79 *binaryDecorator anonMember
/build/soong/cc/
Dbinary.go88 type binaryDecorator struct { struct
89 *baseLinker
90 *baseInstaller
91 stripper Stripper
93 Properties BinaryLinkerProperties
95 toolPath android.OptionalPath
98 unstrippedOutputFile android.Path
101 symlinks []string
105 preferredArchSymlink string
108 coverageOutputFile android.OptionalPath
[all …]
Dfuzz.go47 *binaryDecorator anonMember
Dtest.go337 *binaryDecorator anonMember
570 *binaryDecorator anonMember
Dprebuilt.go568 *binaryDecorator anonMember
Dsnapshot_prebuilt.go647 *binaryDecorator anonMember
/build/soong/python/
Dbinary.go119 type binaryDecorator struct { struct
120 binaryProperties BinaryProperties
122 *pythonInstaller
151 func (binary *binaryDecorator) autorun() bool {
155 func (binary *binaryDecorator) bootstrapperProps() []interface{} {
159 func (binary *binaryDecorator) bootstrap(ctx android.ModuleContext, actualVersion string,
189 func (binary *binaryDecorator) getHostInterpreterName(ctx android.ModuleContext,
206 func (binary *binaryDecorator) getPyMainFile(ctx android.ModuleContext,
225 func (binary *binaryDecorator) getStem(ctx android.ModuleContext) string {
Dtest.go62 *binaryDecorator anonMember