Lines Matching refs:path
47 if not os.path.isabs(file_path):
48 file_path = os.path.join(self.source_path, file_path)
59 search_path = os.path.join(search_dir, file_path)
60 if os.path.isfile(self.actual_path(search_path)):
129 r'#\s*include\s+(<|")(?P<path>.*?)("|>)', re.S)
222 include_path = include_match.group("path")
256 self.file_dir = os.path.dirname(file_path)
263 if not os.path.isfile(actual_path):
275 "-c path/to/config.json",
276 "-s path/to/source/dir",
277 "[-p path/to/prologue.(c|h)]"
286 required=True, metavar="", help="path to a JSON config file")
289 required=True, metavar="", help="source code path")
292 required=False, metavar="", help="path to a C prologue file")