Home
last modified time | relevance | path

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

/build/soong/cc/
Dbinary.go76 type binaryDecorator struct { struct
77 *baseLinker
78 *baseInstaller
79 stripper
81 Properties BinaryLinkerProperties
83 toolPath android.OptionalPath
86 unstrippedOutputFile android.Path
89 symlinks []string
92 coverageOutputFile android.OptionalPath
95 distFile android.OptionalPath
[all …]
Dtest.go244 *binaryDecorator anonMember
377 *binaryDecorator anonMember
Dprebuilt.go181 *binaryDecorator anonMember
/build/soong/python/
Dbinary.go52 type binaryDecorator struct { struct
53 binaryProperties BinaryProperties
55 *pythonInstaller
82 func (binary *binaryDecorator) autorun() bool {
86 func (binary *binaryDecorator) bootstrapperProps() []interface{} {
90 func (binary *binaryDecorator) bootstrap(ctx android.ModuleContext, actualVersion string,
120 func (binary *binaryDecorator) getHostInterpreterName(ctx android.ModuleContext,
137 func (binary *binaryDecorator) getPyMainFile(ctx android.ModuleContext,
156 func (binary *binaryDecorator) getStem(ctx android.ModuleContext) string {
Dtest.go40 *binaryDecorator anonMember