Lines Matching refs:component
1728 component = cls.extract_path_component(path, 3)
1729 if not component:
1731 return cls.extract_version_from_name(component)
1737 component = cls.extract_path_component(path, 3)
1738 if not component:
1740 return (component == 'vndk' or
1741 (component.startswith('vndk-') and
1742 not component == 'vndk-sp' and
1743 not component.startswith('vndk-sp-')))
1749 component = cls.extract_path_component(path, 3)
1750 if not component:
1752 return component == 'vndk-sp' or component.startswith('vndk-sp-')
1824 component = self.extract_path_component(lib.path, 3)
1825 if component is None:
1829 version = self.extract_version_from_name(component)
1834 if component.startswith('vndk-sp'):