Home
last modified time | relevance | path

Searched defs:Binary (Results 1 – 4 of 4) sorted by relevance

/build/soong/java/
Djava.go1441 type Binary struct { struct
1442 Library
1444 binaryProperties binaryProperties
1446 isWrapperVariant bool
1448 wrapperFile android.Path
1449 binaryFile android.InstallPath
1452 func (j *Binary) HostToolPath() android.OptionalPath {
1456 func (j *Binary) GenerateAndroidBuildActions(ctx android.ModuleContext) {
1520 func (j *Binary) DepsMutator(ctx android.BottomUpMutatorContext) {
3023 func javaBinaryHostBp2Build(ctx android.TopDownMutatorContext, m *Binary) {
/build/soong/cc/
Dlinkable.go228 Binary() bool methodSpec
Dcc.go3640 func (c *Module) Binary() bool { func
/build/soong/rust/
Drust.go270 func (mod *Module) Binary() bool { func