Lines Matching refs:output_fd
892 int output_fd = -1;899 output_fd = ota_open(tmp_target_filename.c_str(), O_WRONLY | O_CREAT | O_TRUNC | O_SYNC,901 if (output_fd < 0) {907 token = &output_fd;923 if (ota_fsync(output_fd) != 0) {928 if (ota_close(output_fd) != 0) {