Lines Matching refs:source_root_dir
224 root_dir = self.options.source_root_dir
233 if not path or not self.options.source_root_dir:
258 self.options = SimpleNamespace(source_root_dir = '', source_files = [])
276 self.options.source_root_dir = ''
283 self.options.source_root_dir = os.path.sep + 'my_root'
284 path = os.path.join(self.options.source_root_dir, 'some_file')
290 self.options.source_root_dir = os.path.sep + 'my_root' + os.path.sep
291 path = os.path.join(self.options.source_root_dir, 'some_file')
304 self.options.source_root_dir = os.path.sep + 'my_root'
311 self.options.source_root_dir = os.path.sep + 'my_root'
312 path = os.path.join(self.options.source_root_dir, 'some_file')