Home
last modified time | relevance | path

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

/build/soong/cc/
Dbinary.go85 type binaryDecorator struct { struct
86 *baseLinker
87 *baseInstaller
88 stripper Stripper
90 Properties BinaryLinkerProperties
92 toolPath android.OptionalPath
95 unstrippedOutputFile android.Path
98 symlinks []string
102 preferredArchSymlink string
105 coverageOutputFile android.OptionalPath
[all …]
Dtest.go327 *binaryDecorator anonMember
547 *binaryDecorator anonMember
Dfuzz.go94 *binaryDecorator anonMember
Dprebuilt.go412 *binaryDecorator anonMember
Dsnapshot_prebuilt.go770 *binaryDecorator anonMember
/build/soong/python/
Dbinary.go146 type binaryDecorator struct { struct
147 binaryProperties BinaryProperties
149 *pythonInstaller
178 func (binary *binaryDecorator) autorun() bool {
182 func (binary *binaryDecorator) bootstrapperProps() []interface{} {
186 func (binary *binaryDecorator) bootstrap(ctx android.ModuleContext, actualVersion string,
216 func (binary *binaryDecorator) getHostInterpreterName(ctx android.ModuleContext,
233 func (binary *binaryDecorator) getPyMainFile(ctx android.ModuleContext,
252 func (binary *binaryDecorator) getStem(ctx android.ModuleContext) string {
Dtest.go60 *binaryDecorator anonMember
/build/soong/rust/
Dbenchmark.go47 *binaryDecorator anonMember
Dtest.go68 *binaryDecorator anonMember
Dfuzz.go33 *binaryDecorator anonMember