Home
last modified time | relevance | path

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

/build/soong/android/
Dneverallow.go100 WithMatcher("include_dirs", StartsWith(path+"/")).
108 rule := NeverAllow().In(path+"/").WithMatcher("include_dirs", isSetMatcherInstance).
193 WithMatcher("sdk_variant_only", isSetMatcherInstance).
197 WithMatcher("platform.shared_libs", isSetMatcherInstance).
206 WithMatcher("uncompress_dex", isSetMatcherInstance).
362 WithMatcher(properties string, matcher ValueMatcher) Rule methodSpec
429 return r.WithMatcher(properties, selectMatcher(value))
432 func (r *rule) WithMatcher(properties string, matcher ValueMatcher) Rule { func
/build/soong/apex/
Dapex.go3018 WithMatcher("permitted_packages", android.NotInList(module_packages)).