Home
last modified time | relevance | path

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

/build/soong/java/
Djava.go1346 type Binary struct { struct
1347 Library
1349 binaryProperties binaryProperties
1351 isWrapperVariant bool
1353 wrapperFile android.Path
1354 binaryFile android.InstallPath
1357 func (j *Binary) HostToolPath() android.OptionalPath {
1361 func (j *Binary) GenerateAndroidBuildActions(ctx android.ModuleContext) {
1401 func (j *Binary) DepsMutator(ctx android.BottomUpMutatorContext) {
2328 func javaBinaryHostBp2Build(ctx android.TopDownMutatorContext, m *Binary) {
/build/soong/cc/
Dlinkable.go214 Binary() bool methodSpec
Dcc.go3266 func (c *Module) Binary() bool { func
/build/soong/rust/
Drust.go267 func (mod *Module) Binary() bool { func