HomeSort by relevance Sort by last modified time
    Searched refs:currentSpace (Results 1 - 2 of 2) sorted by null

  /external/gptfdisk/
gptcurses.cc 53 currentSpace = NULL;
281 currentSpace = ShowSpace(i, lineNum++);
284 currentSpace = ShowSpace(i, lineNum);
314 currentSpace = lastSpace;
425 // Create a new partition in the space pointed to by currentSpace.
433 while ((newFirstLBA < currentSpace->firstLBA) || (newFirstLBA > currentSpace->lastLBA)) {
434 newFirstLBA = currentSpace->firstLBA;
437 newFirstLBA = currentSpace->firstLBA;
439 printw("First sector (%lld-%lld, default = %lld): ", newFirstLBA, currentSpace->lastLBA, newFirstLBA)
    [all...]
gptcurses.h 82 Space *currentSpace;

Completed in 555 milliseconds