Searched defs:sanitize (Results 1 – 4 of 4) sorted by relevance
171 type sanitize struct { struct172 Properties SanitizeProperties180 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 {[all …]
158 func NewBaseLinker(sanitize *sanitize) *baseLinker { argument170 sanitize *sanitize member
383 sanitize *sanitize member
509 func sanitize(sub string) func(ctx variableAssignmentContext) error { func