Searched defs:findIndex1 (Results 1 - 1 of 1) sorted by relevance

/external/qemu/android/utils/
H A Ddirscanner.c30 intptr_t findIndex1; member in struct:DirScanner
34 /* note: findIndex1 contains the find index + 1
52 s->findIndex1 = ret+1;
59 if (s->findIndex1 > 0) {
60 _findclose(s->findIndex1-1);
61 s->findIndex1 = 0;
70 if (!s || s->findIndex1 <= 0)
81 if (_findnext(s->findIndex1-1, &s->findData) < 0) {

Completed in 112 milliseconds