Home
last modified time | relevance | path

Searched refs:partlist (Results 1 – 2 of 2) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
Ddevice.c663 hd_t *hd, *devlist, *partlist = NULL; in ntfs_device_get_geo() local
704 partlist = hd_list(hddata, hw_partition, 1, NULL); in ntfs_device_get_geo()
705 for (hd = partlist; hd; hd = hd->next) { in ntfs_device_get_geo()
745 if (partlist) in ntfs_device_get_geo()
746 hd_free_hd_list(partlist); in ntfs_device_get_geo()
/third_party/cef/tools/
Dcef_parser.py1616 partlist = value.strip().split()
1620 self.name = partlist[-1]
1621 del partlist[-1]
1625 if len(partlist) == 0:
1629 if partlist[0] == 'const':
1631 del partlist[0]
1635 if len(partlist) == 0:
1639 self.type = ' '.join(partlist)