Home | History | Annotate | Download | only in camera

Lines Matching refs:file_fd

489   int file_fd;
504 file_fd = open(buf, O_RDWR | O_CREAT, 0777);
506 rc = write(file_fd, (const void *)addr, len);
509 close(file_fd);