Searched refs:relative_input_path (Results 1 – 1 of 1) sorted by relevance
27 def add_file(self, relative_input_path, wrap_in_comment=False): argument31 … self.add_text("// %s of content of file: %s" % (prefix, relative_input_path.replace("\\","/")))35 f = open(os.path.join(self.top_dir, relative_input_path), "rt")