Home
last modified time | relevance | path

Searched defs:part_offset (Results 1 – 2 of 2) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
Dwin32_io.c965 s64 part_offset, s64 part_length, int flags) in ntfs_device_win32_open_volume_for_partition()
1061 s64 *part_offset, s64 *part_length, int *hidden_sectors) in ntfs_device_win32_find_partition()
/third_party/toybox/toys/pending/
Dfdisk.c91 static struct partition* part_offset(char *secbuf, int i) in part_offset() function