HomeSort by relevance Sort by last modified time
    Searched full:whitelist_re (Results 1 - 1 of 1) sorted by null

  /build/core/tasks/check_boot_jars/
check_boot_jars.py 16 whitelist_re = None variable
30 global whitelist_re
32 whitelist_re = re.compile(combined_re)
37 whitelist_re = None
57 if package_name and not whitelist_re.match(package_name):

Completed in 61 milliseconds