Searched refs:firstMoved (Results 1 - 2 of 2) sorted by relevance

/external/gptfdisk/
H A Dbasicmbr.cc1381 int firstMoved; local
1390 // partition and repeat. If first was moved, set firstMoved
1391 // flag; repeat until firstMoved is not set, so as to catch
1394 firstMoved = 0;
1400 firstMoved = 1;
1403 } while (firstMoved == 1);
H A Dgpt.cc2090 int firstMoved = 0; local
2101 // partition and repeat. If first was moved, set firstMoved
2102 // flag; repeat until firstMoved is not set, so as to catch
2105 firstMoved = 0;
2110 firstMoved = 1;
2113 } while (firstMoved == 1);

Completed in 190 milliseconds