Lines Matching defs:sanitize
395 type sanitize struct { struct
396 Properties SanitizeProperties
416 func (sanitize *sanitize) props() []interface{} {
454 func (sanitize *sanitize) begin(ctx BaseModuleContext) {
767 func (s *sanitize) flags(ctx ModuleContext, flags Flags) Flags {
977 func (s *sanitize) AndroidMkEntries(ctx AndroidMkContext, entries *android.AndroidMkEntries) {
993 func (s *sanitize) inSanitizerDir() bool {
998 func (s *sanitize) getSanitizerBoolPtr(t SanitizerType) *bool {
1026 func (sanitize *sanitize) isUnsanitizedVariant() bool {
1039 func (sanitize *sanitize) isVariantOnProductionDevice() bool {
1046 func (sanitize *sanitize) SetSanitizer(t SanitizerType, b bool) {
1089 func (sanitize *sanitize) isSanitizerExplicitlyDisabled(t SanitizerType) bool {
1103 func (s *sanitize) isSanitizerEnabled(t SanitizerType) bool {
1737 func enableMinimalRuntime(sanitize *sanitize) bool { argument
1769 func enableUbsanRuntime(sanitize *sanitize) bool { argument