Home
last modified time | relevance | path

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

/aosp12/build/soong/android/
H A Dneverallow.go215 WithoutMatcher("product_out_path", Regexp("^boot[0-9a-zA-Z.-]*[.]img$")).
366 WithoutMatcher(properties string, matcher ValueMatcher) Rule
441 return r.WithoutMatcher(properties, selectMatcher(value))
444 func (r *rule) WithoutMatcher(properties string, matcher ValueMatcher) Rule { func