Searched refs:input_filepath (Results 1 – 3 of 3) sorted by relevance
58 def IsExecutionSuppressed(self, input_filepath): argument59 if "xfa_specific" in input_filepath and not self.has_xfa:60 print "%s execution is suppressed" % input_filepath
274 def _ExtractCaptureAnnotations(self, input_filepath, output_path, argument276 self._annotator.Extract(input_filepath)
532 const std::string input_filepath = "this/package/testdata/myinputfile.dat";535 EXPECT_EQ(f.Bar(input_filepath, output_filepath), 0);