Lines Matching refs:hex
164 LOG(ERROR) << "seekp 0x" << std::hex << offset << " bytes in " << filePath <<
165 " failed. Now is in 0x" << std::hex << fin.tellg() << std::dec;
171 LOG(ERROR) << "read 0x" << std::hex << dataSize << " bytes in " << filePath <<
172 " failed. only read 0x" << std::hex << fin.gcount() << std::dec;
260 LOG(INFO) << "the " << i << " main GPT's type=0x" << std::hex << type << std::dec;
276 LOG(ERROR) << "invaild partiton with gptMagic:0x" << std::hex << gptMagic << std::dec;
303 LOG(INFO) << "lun capacity = 0x" << std::hex << capacity << std::dec;
368 LOG(ERROR) << "Header crc mismatch crcVal = " << std::hex << crcVal << " with orgCrcVal = " <<
432 LOG(ERROR) << "partition entires crc mismatch crcVal =" << std::hex << crcVal << " with orgCrcVal =" <<
451 ", startAddr=0x" << std::hex << partitionInfo_[i].startAddr << ", size=0x" <<
468 std::hex << ptnInfo[i].startAddr << ", size=0x" << ptnInfo[i].partitionSize << ", lun=" <<