Home | History | Annotate | Download | only in HAL

Lines Matching refs:file_fd

898                     int file_fd = open(buf, O_RDWR | O_CREAT, 0777);
899 if (file_fd > 0) {
900 int written_len = write(file_fd, data, size);
902 close(file_fd);