Lines Matching refs:flash_path
65 is_official, is_aura, flash_path = None):
74 self.flash_path = flash_path
365 if ((context.is_official or context.flash_path) and
368 if context.flash_path:
369 testargs.append('--ppapi-flash-path=%s' % context.flash_path)
461 flash_path=None,
495 official_builds, is_aura, flash_path)
731 parser.add_option('-f', '--flash_path', type = 'str',
798 if opts.flash_path:
799 flash_path = opts.flash_path
800 msg = 'Could not find Flash binary at %s' % flash_path
801 assert os.path.exists(flash_path), msg
818 bad_rev, opts.times, opts.command, args, opts.profile, opts.flash_path)