Searched defs:Binary (Results 1 – 4 of 4) sorted by relevance
1346 type Binary struct { struct1347 Library1349 binaryProperties binaryProperties1351 isWrapperVariant bool1353 wrapperFile android.Path1354 binaryFile android.InstallPath1357 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) {
214 Binary() bool methodSpec
3266 func (c *Module) Binary() bool { func
267 func (mod *Module) Binary() bool { func