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

  /external/gptfdisk/
bsd.h 78 int ReadBSDData(const string & deviceFilename, uint64_t startSector, uint64_t endSector);
79 int ReadBSDData(DiskIO *myDisk, uint64_t startSector, uint64_t endSector);
bsd.cc 48 int BSDData::ReadBSDData(const string & device, uint64_t startSector, uint64_t endSector) {
54 allOK = ReadBSDData(&myDisk, startSector, endSector);
68 int BSDData::ReadBSDData(DiskIO *theDisk, uint64_t startSector, uint64_t endSector) {
80 labelLastLBA = endSector;
gptcl.cc 66 uint64_t low, high, startSector, endSector, sSize;
296 endSector = IeeeToInt(GetString(newPartInfo, 3), sSize, startSector, high, high);
297 if (CreatePartition(newPartNum, startSector, endSector)) {
301 << startSector << " to " << endSector << "\n";
310 endSector = FindLastInFree(startSector);
313 if (CreatePartition(largestPartNum - 1, startSector, endSector)) {
317 << startSector << " to " << endSector << "\n";
gpt.h 146 uint32_t CreatePartition(uint32_t partNum, uint64_t startSector, uint64_t endSector);
gpt.cc     [all...]

Completed in 67 milliseconds