Home | History | Annotate | Download | only in cpu_ref

Lines Matching refs:FD

190     int FD = open(fileName, O_RDONLY);
191 if (FD == -1) {
198 ssize_t nread = read(FD, buf, sizeof(buf));
209 if (close(FD) != 0) {