Home | History | Annotate | Download | only in src

Lines Matching refs:file_fd

788   int file_fd;
803 file_fd = open(buf, O_RDWR | O_CREAT, 0777);
805 rc = write(file_fd, (const void *)addr, len);
808 close(file_fd);