Home | History | Annotate | Download | only in processor

Lines Matching refs:error_string

4028     string error_string;
4029 int error_code = ErrnoString(&error_string);
4031 ", error " << error_code << ": " << error_string;
4435 string error_string;
4436 int error_code = ErrnoString(&error_string);
4437 BPLOG(ERROR) << "ReadBytes: error " << error_code << ": " << error_string;
4466 string error_string;
4467 int error_code = ErrnoString(&error_string);
4468 BPLOG(ERROR) << "SeekSet: error " << error_code << ": " << error_string;