HomeSort by relevance Sort by last modified time
    Searched full:findindex1 (Results 1 - 1 of 1) sorted by null

  /external/qemu/android/utils/
dirscanner.c 30 intptr_t findIndex1;
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 186 milliseconds