Searched defs:Binary (Results 1 – 4 of 4) sorted by relevance
1025 type Binary struct { struct1026 Library1028 binaryProperties binaryProperties1030 isWrapperVariant bool1032 wrapperFile android.Path1033 binaryFile android.InstallPath1036 func (j *Binary) HostToolPath() android.OptionalPath {1040 func (j *Binary) GenerateAndroidBuildActions(ctx android.ModuleContext) {1071 func (j *Binary) DepsMutator(ctx android.BottomUpMutatorContext) {
206 Binary() bool methodSpec
3073 func (c *Module) Binary() bool { func
236 func (mod *Module) Binary() bool { func