Home | History | Annotate | Download | only in cpu_ref

Lines Matching refs:FD

174     int FD = open(fileName, O_RDONLY);
175 if (FD == -1) {
182 ssize_t nread = read(FD, buf, sizeof(buf));
193 if (close(FD) != 0) {