Searched defs:currentEntry (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxInternalManage.cpp814 uint32_t currentEntry = 0; local
815 while(currentEntry<partitionsNumber)
820 rc = RTFileReadAt(File, 1024 + currentEntry*partitionEntrySize, &partitionEntry, partitionEntrySize, NULL);
842 pCP->uIndex = currentEntry + 1;
864 ++currentEntry;

Completed in 49 milliseconds