Home
last modified time | relevance | path

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

/TwlSDK-5.5/build/tools/loadrun.TWL/
Disd_api.c169 ISDFINDHANDLE finder; in ISTD_GetDeviceList() local
181 finder = ISTD_FindOpen(); in ISTD_GetDeviceList()
182 if (!finder) in ISTD_GetDeviceList()
197 while (ISTD_FindNext(finder, &id) && count < deviceMax) in ISTD_GetDeviceList()
/TwlSDK-5.5/build/tools/loadrun/
Disd_api.c143 NITROFINDHANDLE finder; in ISNTD_GetDeviceList() local
156 finder = ISNTD_FindOpen(); in ISNTD_GetDeviceList()
157 if (!finder) in ISNTD_GetDeviceList()
172 while (ISNTD_FindNext(finder, &id) && count < deviceMax) in ISNTD_GetDeviceList()