Searched refs:fidix (Results 1 - 1 of 1) sorted by relevance

/system/core/libcutils/
H A Dtztime.c409 int fidix = open(INDEXFILE, OPEN_MODE); local
412 if (fidix < 0) {
416 while (read(fidix, buf, sizeof(buf)) == sizeof(buf)) {
427 close(fidix);

Completed in 51 milliseconds