Lines Matching refs:_T

124     strLen.erase(0, strLen.find_first_not_of(_T(" ")));  in ParsePartitionInfo()
125 strLen.erase(strLen.find_last_not_of(_T(" ")) + 1); in ParsePartitionInfo()
146 strOffset.erase(0, strOffset.find_first_not_of(_T(" "))); in ParsePartitionInfo()
147 strOffset.erase(strOffset.find_last_not_of(_T(" ")) + 1); in ParsePartitionInfo()
161 strName.erase(0, strName.find_first_not_of(_T(" "))); in ParsePartitionInfo()
162 strName.erase(strName.find_last_not_of(_T(" ")) + 1); in ParsePartitionInfo()
392 pLog->Record(_T("model:%s\nbackup firmware model:%s\n"), model, pHeader->machine_model); in check_fw_header()
449 pLog->Record(_T("ERROR:check_fw_crc-->RKU_ReadLBA failed,err=%d"), iRet); in check_fw_crc()
462 pLog->Record(_T("ERROR:check_fw_crc-->read old crc failed")); in check_fw_crc()
495 pLog->Record(_T("ERROR:download_backup_image-->no found dest partition.")); in download_backup_image()
531 pLog->Record(_T("ERROR:download_backup_image-->no found source in the backup.")); in download_backup_image()
561 pLog->Record(_T("ERROR:download_backup_image-->read data from backup failed.")); in download_backup_image()
570 pLog->Record(_T("ERROR:download_backup_image-->write data to partition failed.")); in download_backup_image()
591 pLog->Record(_T("Start to check system...")); in download_backup_image()
610 pLog->Record(_T("ERROR:download_backup_image-->read data from backup failed.")); in download_backup_image()
618 pLog->Record(_T("ERROR:download_backup_image-->read data from partition failed.")); in download_backup_image()
626 pLog->Record(_T("ERROR:download_backup_image-->compare data failed.")); in download_backup_image()
687 pLog->Record(_T("ERROR:GetPubicKeyFromExternal-->open %s failed,err=%d"), szDev, errno); in GetPubicKeyFromExternal()
695 pLog->Record(_T("INFO:GetPubicKeyFromExternal-->%s=%d"), szDev, hDev); in GetPubicKeyFromExternal()
704 pLog->Record(_T("ERROR:GetPubicKeyFromExternal-->seek IDBlock failed,err=%d"), errno); in GetPubicKeyFromExternal()
713 pLog->Record(_T("ERROR:GetPubicKeyFromExternal-->read IDBlock failed,err=%d"), errno); in GetPubicKeyFromExternal()
732 … pLog->Record(_T("ERROR:GetPubicKeyFromExternal-->check IDBlock failed,tag=0x%x"), pSec0->dwTag); in GetPubicKeyFromExternal()
747 …pLog->Record(_T("ERROR:GetPubicKeyFromExternal-->check SecureHeader failed,tag=0x%x"), pSecureHdr-… in GetPubicKeyFromExternal()
1000 if (strFw.find(_T(".bin")) != tstring::npos) in do_rk_firmware_upgrade()
1045 if (strFw.find(_T(".bin")) != tstring::npos) in do_rk_firmware_upgrade()