Searched defs:sanitize (Results 1 – 8 of 8) sorted by relevance
| /build/soong/rust/ |
| D | sanitize.go | 226 type sanitize struct { struct 227 Properties SanitizeProperties 230 func (sanitize *sanitize) flags(ctx ModuleContext, flags Flags, deps PathDeps) (Flags, PathDeps) { 258 func (sanitize *sanitize) deps(ctx BaseModuleContext, deps Deps) Deps { 323 func (sanitize *sanitize) SetSanitizer(t cc.SanitizerType, b bool) { 364 func (sanitize *sanitize) isSanitizerExplicitlyDisabled(t cc.SanitizerType) bool { 380 func (sanitize *sanitize) isSanitizerEnabled(t cc.SanitizerType) bool { 389 func (sanitize *sanitize) getSanitizerBoolPtr(t cc.SanitizerType) *bool { 404 func (sanitize *sanitize) AndroidMk(ctx AndroidMkContext, entries *android.AndroidMkEntries) {
|
| D | compiler.go | 258 sanitize *sanitize member
|
| D | rust.go | 221 sanitize *sanitize member
|
| /build/soong/cc/ |
| D | sanitize.go | 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 { [all …]
|
| D | linker.go | 271 func NewBaseLinker(sanitize *sanitize) *baseLinker { argument 282 sanitize *sanitize member
|
| D | prebuilt.go | 539 func srcsForSanitizer(sanitize *sanitize, sanitized Sanitized) []string { argument
|
| D | cc.go | 1059 sanitize *sanitize member
|
| /build/soong/androidmk/androidmk/ |
| D | android.go | 541 func sanitize(sub string) func(ctx variableAssignmentContext) error { func
|