Searched defs:sanitize (Results 1 – 4 of 4) sorted by relevance
191 type sanitize struct { struct192 Properties SanitizeProperties200 func (sanitize *sanitize) props() []interface{} {204 func (sanitize *sanitize) begin(ctx BaseModuleContext) {408 func (sanitize *sanitize) deps(ctx BaseModuleContext, deps Deps) Deps {432 func (sanitize *sanitize) flags(ctx ModuleContext, flags Flags) Flags {610 …nc (sanitize *sanitize) AndroidMkEntries(ctx AndroidMkContext, entries *android.AndroidMkEntries) {626 func (sanitize *sanitize) inSanitizerDir() bool {630 func (sanitize *sanitize) getSanitizerBoolPtr(t sanitizerType) *bool {651 func (sanitize *sanitize) isUnsanitizedVariant() bool {[all …]
186 func NewBaseLinker(sanitize *sanitize) *baseLinker { argument198 sanitize *sanitize member
494 sanitize *sanitize member
518 func sanitize(sub string) func(ctx variableAssignmentContext) error { func