Home
last modified time | relevance | path

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

/external/qemu/android/utils/
Ddirscanner.c29 intptr_t findIndex1; member
51 s->findIndex1 = ret+1; in _dirScannerInit()
58 if (s->findIndex1 > 0) { in _dirScanner_done()
59 _findclose(s->findIndex1-1); in _dirScanner_done()
60 s->findIndex1 = 0; in _dirScanner_done()
69 if (!s || s->findIndex1 <= 0) in dirScanner_next()
80 if (_findnext(s->findIndex1-1, &s->findData) < 0) { in dirScanner_next()