Home | History | Annotate | Download | only in tools

Lines Matching refs:pdf_path

112                pdf_path = None):
128 self.pdf_path = pdf_path
565 if ((context.is_official or context.flash_path or context.pdf_path) and
576 if context.pdf_path:
577 shutil.copy(context.pdf_path,
1025 parser.add_option('-d', '--pdf_path',
1103 opts.flash_path, opts.pdf_path)
1118 if opts.pdf_path:
1119 msg = 'Could not find PDF binary at %s' % opts.pdf_path
1120 assert os.path.exists(opts.pdf_path), msg