Home | History | Annotate | Download | only in releasetools

Lines Matching refs:OPTIONS

72 OPTIONS = common.OPTIONS
74 OPTIONS.text = False
75 OPTIONS.compare_with = None
76 OPTIONS.local_cert_dirs = ("vendor", "build")
129 for top in OPTIONS.local_cert_dirs:
376 OPTIONS.compare_with = a
378 OPTIONS.local_cert_dirs = [i.strip() for i in a.split(",")]
380 OPTIONS.text = True
405 if OPTIONS.compare_with:
409 compare_files.LoadZipFile(OPTIONS.compare_with)
413 if OPTIONS.text or not compare_files:
419 if OPTIONS.text: