Lines Matching refs:cerr
62 cerr << "Problem opening " << realFilename << " for reading! Error is " << errno << ".\n"; in OpenForRead()
64 cerr << "You must run this program as root or use sudo!\n"; in OpenForRead()
66 cerr << "The specified file does not exist!\n"; in OpenForRead()
76 cerr << "The specified path is a directory!\n"; in OpenForRead()
79 cerr << "The specified path is a character device!\n"; in OpenForRead()
82 cerr << "The specified path is a FIFO!\n"; in OpenForRead()
84 cerr << "The specified path is a socket!\n"; in OpenForRead()
108 …cerr << "Warning: Devices opened with shared lock will not have their\npartition table automatical… in OpenForWrite()
127 cerr << "Warning! Problem closing file!\n"; in Close()
169 cerr << "\aError " << errno << " when determining sector size! Setting sector size to " in GetBlockSize()
263 cerr << "Warning: Platform not recognized!\n"; in DiskSync()
265 cerr << "\nWarning: We seem to be running on multiple platforms!\n"; in DiskSync()
317 cerr << "Unable to allocate memory in DiskIO::Read()! Terminating!\n"; in Read()
359 cerr << "Unable to allocate memory in DiskIO::Write()! Terminating!\n"; in Write()
445 cerr << "Warning! We seem to be running on no known platform!\n"; in DiskSize()
454 cerr << "Warning: File size is not a multiple of 512 bytes!" in DiskSize()