Searched refs:FMAP_AREA_NAMES (Results 1 – 2 of 2) sorted by relevance
189 FMAP_AREA_NAMES = ['name', 'offset', 'size']194 region = dict(zip(FMAP_AREA_NAMES, line.split()))200 region = dict(zip(FMAP_AREA_NAMES, line.split()))
14 FMAP_AREA_NAMES = [ variable140 dict(zip(FMAP_AREA_NAMES, line.split())))