Lines Matching defs:sanitize
171 type sanitize struct { struct
172 Properties SanitizeProperties
180 func (sanitize *sanitize) props() []interface{} {
184 func (sanitize *sanitize) begin(ctx BaseModuleContext) {
388 func (sanitize *sanitize) deps(ctx BaseModuleContext, deps Deps) Deps {
423 func (sanitize *sanitize) flags(ctx ModuleContext, flags Flags) Flags {
545 func (sanitize *sanitize) AndroidMk(ctx AndroidMkContext, ret *android.AndroidMkData) {
559 func (sanitize *sanitize) inSanitizerDir() bool {
563 func (sanitize *sanitize) getSanitizerBoolPtr(t sanitizerType) *bool {
582 func (sanitize *sanitize) isUnsanitizedVariant() bool {
590 func (sanitize *sanitize) isVariantOnProductionDevice() bool {
596 func (sanitize *sanitize) SetSanitizer(t sanitizerType, b bool) {
623 func (sanitize *sanitize) isSanitizerExplicitlyDisabled(t sanitizerType) bool {
637 func (sanitize *sanitize) isSanitizerEnabled(t sanitizerType) bool {
997 func enableMinimalRuntime(sanitize *sanitize) bool { argument