Home
last modified time | relevance | path

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

/aosp12/build/soong/cc/
H A 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
108 distFiles android.TaggedDistFiles
[all …]
H A Dtest.go327 *binaryDecorator anonMember
547 *binaryDecorator anonMember
H A Dfuzz.go94 *binaryDecorator anonMember
H A Dprebuilt.go412 *binaryDecorator anonMember
H A Dsnapshot_prebuilt.go770 *binaryDecorator anonMember
/aosp12/build/soong/rust/
H A Dbinary.go34 type binaryDecorator struct { struct
35 *baseCompiler
36 stripper Stripper
38 Properties BinaryCompilerProperties
H A Dbenchmark.go47 *binaryDecorator anonMember
H A Dtest.go68 *binaryDecorator anonMember
H A Dfuzz.go33 *binaryDecorator anonMember
/aosp12/build/soong/python/
H A Dbinary.go146 type binaryDecorator struct { struct
147 binaryProperties BinaryProperties
149 *pythonInstaller
H A Dtest.go60 *binaryDecorator anonMember