Lines Matching refs:error_code
4029 int error_code = ErrnoString(&error_string);
4031 ", error " << error_code << ": " << error_string;
4436 int error_code = ErrnoString(&error_string);
4437 BPLOG(ERROR) << "ReadBytes: error " << error_code << ": " << error_string;
4467 int error_code = ErrnoString(&error_string);
4468 BPLOG(ERROR) << "SeekSet: error " << error_code << ": " << error_string;