Lines Matching refs:ERROR

51         LOG(ERROR) << "ptnInfo is empty";
74 LOG(ERROR) << "parse PtableData from json file error";
96 LOG(ERROR) << "parse json failed! " << dataVar.first << " is nullptr!";
110 LOG(ERROR) << PTABLE_CONFIG_PATH << " not exist";
118 LOG(ERROR) << PTABLE_CONFIG_PATH << " contained json invalid";
152 LOG(ERROR) << "invaild input";
158 LOG(ERROR) << "open " << filePath << " fail";
164 LOG(ERROR) << "seekp 0x" << std::hex << offset << " bytes in " << filePath <<
171 LOG(ERROR) << "read 0x" << std::hex << dataSize << " bytes in " << filePath <<
228 LOG(ERROR) << "size < (TABLE_SIGNATURE + 1)";
234 LOG(ERROR) << "MBR magic number does not match, magic buffer is " << unsigned(*(buffer + MBR_MAGIC_NUM_POS));
243 LOG(ERROR) << "MBR magic number verify failed!";
270 LOG(ERROR) << "gptImageLen is less than 8.";
276 LOG(ERROR) << "invaild partiton with gptMagic:0x" << std::hex << gptMagic << std::dec;
285 LOG(ERROR) << "filePath is empty or lunCapacity is nullptr";
290 LOG(ERROR) << "open " << filePath << " fail";
297 LOG(ERROR) << "read data from " << filePath << " fail";
312 LOG(ERROR) << "input invalid";
318 LOG(ERROR) << "invaild partiton with gptMagic";
326 LOG(ERROR) << "invalid gpt header info";
336 LOG(ERROR) << "input param invalid";
355 LOG(ERROR) << "bufferLen < LBA_LENGTH || lbaNum == 0";
360 LOG(ERROR) << "GPT Header size is invaild";
368 LOG(ERROR) << "Header crc mismatch crcVal = " << std::hex << crcVal << " with orgCrcVal = " <<
380 LOG(ERROR) << "invalid usable lba " << gptHeaderInfo.firstUsableLba << ", last is " << lastUsableLba <<
387 LOG(ERROR) << "invalid parition entry size or max count";
392 LOG(ERROR) << "starting LBA mismatch";
403 LOG(ERROR) << "len" << len << "ptableData_.writeDeviceLunSize" << ptableData_.writeDeviceLunSize
410 LOG(ERROR) << "new buffer failed!";
414 LOG(ERROR) << "copy gpt header fail";
420 LOG(ERROR) << "CheckGptHeader fail";
432 LOG(ERROR) << "partition entires crc mismatch crcVal =" << std::hex << crcVal << " with orgCrcVal =" <<
443 LOG(ERROR) << "ptable vector is empty!";
460 LOG(ERROR) << "ptable vector is empty!";
478 LOG(ERROR) << "dataLen == 0 || nameLen == 0";
483 LOG(ERROR) << "memcpy name fail";
504 LOG(ERROR) << "create writer class failed!";
509 LOG(ERROR) << "writer to " << path << " with offset " << offset << " failed ";
520 LOG(ERROR) << "get partition failed! partitionInfo_ is empty";
531 LOG(ERROR) << "get partition info failed! Not found partition:" << partitionName;
539 LOG(ERROR) << "invalid input";
552 LOG(ERROR) << "patch last partition fail";
565 LOG(ERROR) << "input param invalid";