Home
last modified time | relevance | path

Searched refs:bFound (Results 1 – 2 of 2) sorted by relevance

/rkdeveloptool/
H A DRKScan.cpp411 bool bFound = false; in MutexWait() local
452 bFound = true; in MutexWait()
456 if (!bFound) { in MutexWait()
459 bFound = Wait(device, usbType, usVid, usPid); in MutexWait()
460 return bFound; in MutexWait()
482 bool bFound = false; in MutexWaitPrepare() local
487 bFound = true; in MutexWaitPrepare()
489 if (!bFound) { in MutexWaitPrepare()
569 bool bFound = false; in GetPos() local
572 bFound=true; in GetPos()
[all …]
H A Dmain.cpp540 bool bFound = false; in get_lba_from_gpt() local
553 bFound = true; in get_lba_from_gpt()
557 if (bFound) { in get_lba_from_gpt()
570 bool bFound = false, bRet; in get_lba_from_param() local
580 bFound = true; in get_lba_from_param()
584 if (bFound) { in get_lba_from_param()