Lines Matching refs:root_path
133 def root_path(self): member in Config
139 @root_path.setter
140 def root_path(self, value: str): member in Config
199 return self.product_path.replace(self.root_path, '/')
214 return self.device_path.replace(self.root_path, '/')
218 _build_path = os.path.join(self.root_path, 'build', 'lite')
297 _vendor_path = os.path.join(self.root_path, 'vendor')
304 _built_in_product_path = os.path.join(self.root_path,
313 _built_in_product_path_for_llvm = os.path.join(self.root_path,
322 return os.path.join(self.root_path, tools_path)
377 self.root_path = CURRENT_OHOS_ROOT