Lines Matching refs:input_path
87 input_path = os.path.join(source_dir, input_root + '.in')
94 if not os.path.exists(input_path):
103 input_path])
124 def HandleResult(self, input_filename, input_path, result): argument
135 self.surprises.append(input_path)
138 self.failures.append(input_path)
200 input_path = os.path.join(walk_from_dir, file_name)
201 if not os.path.isfile(input_path):
205 test_cases.append((os.path.basename(input_path),
206 os.path.dirname(input_path)))
211 input_path = os.path.join(file_dir, input_filename)
212 if not self.test_suppressor.IsExecutionSuppressed(input_path):
213 if os.path.isfile(input_path):
236 input_path = os.path.join(source_dir, input_filename)
238 self.HandleResult(input_filename, input_path, result)