Home
last modified time | relevance | path

Searched refs:fpFileNew (Results 1 – 1 of 1) sorted by relevance

/dports/emulators/ukncbtl/ukncbtl-qt-812cde85/util/
H A DWavPcmFile.cpp91 FILE* fpFileNew = ::_tfopen(filename, _T("w+b")); in WavPcmFile_Create() local
92 if (fpFileNew == nullptr) in WavPcmFile_Create()
115 bytesWritten = ::fwrite(consolidated_header, 1, sizeof(consolidated_header), fpFileNew); in WavPcmFile_Create()
118 ::fclose(fpFileNew); in WavPcmFile_Create()
125 ::fclose(fpFileNew); in WavPcmFile_Create()
129 pWavPcm->fpFile = fpFileNew; in WavPcmFile_Create()