Home
last modified time | relevance | path

Searched refs:TRAILER_TOKEN (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/testing/tools/
Dfixup_pdf_template.py59 TRAILER_TOKEN = b'{{trailer}}' variable in TemplateProcessor
124 if self.TRAILER_TOKEN in line:
126 line = line.replace(self.TRAILER_TOKEN, replacement)