Lines Matching refs:component
1816 component = cls.extract_path_component(path, 3)
1817 if not component:
1819 return cls.extract_version_from_name(component)
1825 component = cls.extract_path_component(path, 3)
1826 if not component:
1828 return (component == 'vndk' or
1829 (component.startswith('vndk-') and
1830 not component == 'vndk-sp' and
1831 not component.startswith('vndk-sp-')))
1837 component = cls.extract_path_component(path, 3)
1838 if not component:
1840 return component == 'vndk-sp' or component.startswith('vndk-sp-')
1912 component = self.extract_path_component(lib.path, 3)
1913 if component is None:
1917 version = self.extract_version_from_name(component)
1922 if component.startswith('vndk-sp'):