Home | History | Annotate | Download | only in HAL

Lines Matching refs:file_fd

3083                     int file_fd = open(saveName, O_RDWR | O_CREAT, 0655);
3084 if (file_fd >= 0) {
3085 ssize_t written_len = write(file_fd, job_data->out_data.buf_vaddr,
3097 close(file_fd);