Lines Matching refs:OPTIONS
26 from common import UnzipTemp, RunAndCheckOutput, MakeTempFile, OPTIONS
33 OPTIONS = common.OPTIONS variable
65 OPTIONS.search_path, "bin", "debugfs_static")
185 if OPTIONS.verbose:
374 extra_signapk_args = OPTIONS.extra_signapk_args[:]
407 debugfs_path = os.path.join(OPTIONS.search_path, 'bin', 'debugfs_static')
448 extra_signapk_args = OPTIONS.extra_signapk_args[:]
485 debugfs_path = os.path.join(OPTIONS.search_path, 'bin', 'debugfs_static')
554 if OPTIONS.search_path:
555 debugfs_path = os.path.join(OPTIONS.search_path, "bin", "debugfs_static")
557 if OPTIONS.search_path:
558 deapexer_path = os.path.join(OPTIONS.search_path, "bin", "deapexer")