Searched refs:bRet (Results 1 – 6 of 6) sorted by relevance
| /rkdeveloptool/ |
| H A D | main.cpp | 256 bool bRet; in parse_config_file() local 257 bRet = parse_config(pConfigBuf, vecItem); in parse_config_file() 259 return bRet; in parse_config_file() 344 bool bRet,bFind = false; in parse_parameter() local 369 bRet = ParseUuidInfo(strPartInfo, strPartName, strUUid); in parse_parameter() 370 if (bRet) { in parse_parameter() 392 bRet = ParsePartitionInfo(strPartInfo, strPartName, uiPartOffset, uiPartSize); in parse_parameter() 393 if (bRet) { in parse_parameter() 404 bRet = ParsePartitionInfo(strPartInfo, strPartName, uiPartOffset, uiPartSize); in parse_parameter() 405 if (bRet) { in parse_parameter() [all …]
|
| H A D | RKComm.cpp | 21 CRKUsbComm::CRKUsbComm(STRUCT_RKDEVICE_DESC devDesc, CRKLog *pLog, bool &bRet):CRKComm(pLog) in CRKUsbComm() argument 23 bRet = InitializeUsb(devDesc); in CRKUsbComm() 112 bool bRet; in Reset_Usb_Config() local 114 bRet = InitializeUsb(devDesc); in Reset_Usb_Config() 115 return bRet; in Reset_Usb_Config() 546 bool bRet; in RKU_ResetDevice() local 547 bRet = RKU_ClearBuffer(cbw, csw); in RKU_ResetDevice() 548 if (!bRet) { in RKU_ResetDevice() 586 bool bRet; in RKU_ChangeStorage() local 587 bRet = RKU_ClearBuffer(cbw, csw); in RKU_ChangeStorage() [all …]
|
| H A D | RKScan.cpp | 58 bool bRet = false; in FindRockusbVidPid() local 63 bRet = true; in FindRockusbVidPid() 67 return bRet; in FindRockusbVidPid() 505 bool bRet = false; in Wait() local 556 bRet = true; in Wait() 563 return bRet; in Wait()
|
| H A D | RKImage.cpp | 257 bool bRet; in CRKImage() local 258 m_bootObject = new CRKBoot(lpBoot, m_bootSize, bRet); in CRKImage() 259 if (!bRet) { in CRKImage()
|
| H A D | RKDevice.cpp | 420 bool bRet = false; in ResetDevice() local 422 bRet = true; in ResetDevice() 427 return bRet; in ResetDevice()
|
| H A D | RKComm.h | 159 CRKUsbComm(STRUCT_RKDEVICE_DESC devDesc, CRKLog *pLog, bool &bRet);
|