Home
last modified time | relevance | path

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

/third_party/jsoncpp/
Damalgamate.py27 def add_file(self, relative_input_path, wrap_in_comment=False): argument
31 … 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")