Lines Matching refs:source_root_dir
36 self.source_root_dir = ""
60 self.source_root_dir = self.config.root_path + '/'
69 self.source_root_dir, self.config_output_relpath)
101 self.source_root_dir,
108 self.source_root_dir,
118 self.source_root_dir,
153 self.source_root_dir, 'build/subsystem_config.json')
162 if not os.path.realpath(self.gn_root_out_dir).startswith(self.source_root_dir):
185 self.source_root_dir, "out/products_ext", "component_feature_whitelist.json"
189 self.source_root_dir, "build/", "component_feature_whitelist.json"
239 system_path = os.path.join(self.source_root_dir, os.path.join(
499 platforms_parts_by_src_file = os.path.join(self.source_root_dir,
663 self.source_root_dir,
739 self.source_root_dir, _dir, _file_name)
806 args.append('source_root_dir="{}"'.format(self.source_root_dir))
850 if (not build_file.startswith(self.source_root_dir + 'device/')) \
851 and (not build_file.startswith(self.source_root_dir + 'vendor/')):