Home
last modified time | relevance | path

Searched defs:sanitize (Results 1 – 4 of 4) sorted by relevance

/build/soong/cc/
Dsanitize.go191 type sanitize struct { struct
192 Properties SanitizeProperties
200 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 …]
Dlinker.go186 func NewBaseLinker(sanitize *sanitize) *baseLinker { argument
198 sanitize *sanitize member
Dcc.go494 sanitize *sanitize member
/build/soong/androidmk/androidmk/
Dandroid.go518 func sanitize(sub string) func(ctx variableAssignmentContext) error { func