Home
last modified time | relevance | path

Searched refs:WithoutMatcher (Results 1 – 1 of 1) sorted by relevance

/build/soong/android/
Dneverallow.go162 WithoutMatcher("name", Regexp("^android_.*stubs_current$")),
239 WithoutMatcher("product_out_path", Regexp("^boot[0-9a-zA-Z.-]*[.]img$")).
372 WithoutMatcher(properties string, matcher ValueMatcher) Rule methodSpec
445 return r.WithoutMatcher(properties, selectMatcher(value))
448 func (r *rule) WithoutMatcher(properties string, matcher ValueMatcher) Rule { func