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

  /external/gptfdisk/
bsd.cc 27 BSDData::BSDData(void) {
39 BSDData::~BSDData(void) {
46 int BSDData::ReadBSDData(const string & device, uint64_t startSector, uint64_t endSector) {
62 } // BSDData::ReadBSDData() (device filename version)
66 int BSDData::ReadBSDData(DiskIO *theDisk, uint64_t startSector, uint64_t endSector) {
138 cerr << "Unable to allocate memory in BSDData::ReadBSDData()! Terminating!\n";
172 } // BSDData::ReadBSDData(DiskIO* theDisk, uint64_t startSector)
175 void BSDData::ReverseMetaBytes(void)
    [all...]
bsd.h 38 * BSDData class and related structures *
59 // about memory errors whenever a BSDData variable is destroyed.
61 class BSDData {
76 BSDData(void);
77 ~BSDData(void);

Completed in 37 milliseconds