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