Home
last modified time | relevance | path

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

/external/syslinux/com32/chain/
Dpartiter.h61 struct part_iter { struct
62 const struct itertype *type;
63 char *data;
64 char *record;
65 uint64_t abs_lba;
66 uint64_t length;
67 int index0; /* including holes, from -1 (disk, then parts from 0) */
68 … /* excluding holes, from 0 (disk, then parts from 1), -1 means hole, if PIF_STEPALL is set */
69 int flags; /* flags, see #defines above */
70 int status; /* current status, see enums above */
[all …]
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DConfigDescription.java200 PeekingIterator<String> part_iter = Iterators in parse() local