Home
last modified time | relevance | path

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

/external/pdfium/testing/tools/
Dgold.py211 def AddTestResult(self, testName, md5Hash, outputImagePath): argument
214 imgExt = os.path.splitext(outputImagePath)[1].lstrip(".")
218 raise ValueError("File %s does not have an extension" % outputImagePath)
220 shutil.copy2(outputImagePath, newFilePath)