Home
last modified time | relevance | path

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

/build/soong/android/
Dneverallow.go108 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).
337 var isSetMatcherInstance = &isSetMatcher{} var