Lines Matching defs:sanitize
404 type sanitize struct { struct
405 Properties SanitizeProperties
425 func (sanitize *sanitize) props() []interface{} {
463 func (sanitize *sanitize) begin(ctx BaseModuleContext) {
780 func (s *sanitize) flags(ctx ModuleContext, flags Flags) Flags {
995 …ndroidMKProviderInfo(config android.Config, ctx AndroidMkContext, entries *android.AndroidMkInfo) {
1011 func (s *sanitize) inSanitizerDir() bool {
1016 func (s *sanitize) getSanitizerBoolPtr(t SanitizerType) *bool {
1044 func (sanitize *sanitize) isUnsanitizedVariant() bool {
1057 func (sanitize *sanitize) isVariantOnProductionDevice() bool {
1064 func (sanitize *sanitize) SetSanitizer(t SanitizerType, b bool) {
1107 func (sanitize *sanitize) isSanitizerExplicitlyDisabled(t SanitizerType) bool {
1121 func (s *sanitize) isSanitizerEnabled(t SanitizerType) bool {
1759 func enableMinimalRuntime(sanitize *sanitize) bool { argument
1791 func enableUbsanRuntime(sanitize *sanitize) bool { argument