Searched refs:uiOffset (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/rkupdate/ |
| H A D | RKAndroidDevice.h | 258 bool ParsePartitionInfo(string &strPartInfo, string &strName, UINT &uiOffset, UINT &uiLen); 271 bool ParsePartitionInfo(string &strPartInfo, string &strName, UINT &uiOffset, UINT &uiLen);
|
| H A D | RKAndroidDevice.cpp | 2168 UINT uiOffset, uiTotal, uiWriteByte, uiCrc; in BufferWriteBack() local 2180 uiOffset = 0; in BufferWriteBack() 2193 memcpy(writeBuf + 8, pWriteBackBuffer + uiOffset, uiWriteByte); in BufferWriteBack() 2194 iRet = m_pComm->RKU_WriteLBA(64 + uiOffset, uiWriteByte, writeBuf); in BufferWriteBack() 2203 uiOffset += uiWriteByte; in BufferWriteBack() 3173 bool CRKAndroidDevice::ParsePartitionInfo(string &strPartInfo, string &strName, UINT &uiOffset, UIN… in ParsePartitionInfo() argument 3213 iCount = sscanf(strOffset.c_str(), "0x%x", &uiOffset); in ParsePartitionInfo()
|
| H A D | Upgrade.cpp | 108 bool ParsePartitionInfo(string &strPartInfo, string &strName, UINT &uiOffset, UINT &uiLen) in ParsePartitionInfo() argument 148 iCount = sscanf(strOffset.c_str(), "0x%x", &uiOffset); in ParsePartitionInfo()
|