Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/testing/tools/
H A Dsafetynet_measure.py30 self.pdfium_test_path = os.path.join(self.args.build_dir, PDFIUM_TEST)
34 if not os.path.exists(self.pdfium_test_path):
36 "FAILURE: Can't find test executable '%s'" % self.pdfium_test_path)
39 if not os.access(self.pdfium_test_path, os.X_OK):
41 self.pdfium_test_path)
125 cmd = [self.pdfium_test_path, '--send-events']
H A Dtest_runner.py241 pdfium_test_path = self.per_process_config.GetPdfiumTestPath(finder)
242 if not os.path.exists(pdfium_test_path):
247 error_message = self.per_process_config.InitializeFeatures(pdfium_test_path)
446 def InitializeFeatures(self, pdfium_test_path): argument
447 output = subprocess.check_output([pdfium_test_path, '--show-config'],
482 self.pdfium_test_path = config.GetPdfiumTestPath(finder)
660 _per_process_state.pdfium_test_path, '--send-events',
714 _per_process_state.pdfium_test_path, '--send-events', '--png', '--md5',