Lines Matching refs:root_path
63 self.source_root_dir = self.config.root_path + '/'
65 '/') else os.path.relpath(self.config.out_path, self.config.root_path)
75 self.config.root_path, 'out/preloader', self.config.product, 'subsystem_config.json')
77 self.config.root_path, 'out/preloader', self.config.product, 'platforms.build')
79 self.config.root_path, 'out/preloader', self.config.product, 'exclusion_modules.json')
81 self.config.root_path, 'build', 'subsystem_config_example.json')
90 self.config.root_path, 'out/preloader', self.config.product, 'compile_standard_whitelist.json')
152 sdk_components_file = os.path.join(config.root_path, "out/products_ext/components.json")
168 self.third_party_file = os.path.join(self.config.root_path, "out/products_ext/third_party_allow_list.json")
170 self.third_party_file = os.path.join(self.config.root_path, 'build/third_party_allow_list.json')