Home | History | Annotate | Download | only in libcutils

Lines Matching full:fidix

409             int fidix = open(INDEXFILE, OPEN_MODE);
412 if (fidix < 0) {
416 while (read(fidix, buf, sizeof(buf)) == sizeof(buf)) {
427 close(fidix);