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

  /external/gptfdisk/
basicmbr.h 77 void SetDisk(DiskIO *theDisk);
gptcl.cc 344 secondDevice.SetDisk(outDevice);
488 newMBR.SetDisk(GetDisk());
gpt.h 112 int SetDisk(const string & deviceFilename);
gpt.cc 683 int GPTData::SetDisk(const string & deviceFilename) {
692 protectiveMBR.SetDisk(&myDisk);
696 } // GPTData::SetDisk()
    [all...]
gpttext.cc 852 secondDevice.SetDisk(device);
    [all...]
basicmbr.cc 458 void BasicMBRData::SetDisk(DiskIO *theDisk) {
465 } // BasicMBRData::SetDisk()
    [all...]

Completed in 196 milliseconds