Home
last modified time | relevance | path

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

/external/zstd/examples/
Dcommon.h234 FILE* const oFile = fopen_orDie(fileName, "wb"); in saveFile_orDie() local
235 size_t const wSize = fwrite(buff, 1, buffSize, oFile); in saveFile_orDie()
240 if (fclose(oFile)) { in saveFile_orDie()
/external/deqp/external/vulkancts/vkscserver/
DvksCacheBuilder.cpp284 std::ofstream oFile(fileName.str().c_str(), std::ios::out); in exportFilesForExternalCompiler() local
285 oFile << gpTxt; in exportFilesForExternalCompiler()
324 std::ofstream oFile(shaderName.str().c_str(), std::ios::out | std::ios::binary); in exportFilesForExternalCompiler() local
325 oFile.write((const char *)sit->second.data(), sit->second.size()); in exportFilesForExternalCompiler()
407 std::ofstream oFile(fileName.str().c_str(), std::ios::out); in exportFilesForExternalCompiler() local
408 oFile << cpTxt; in exportFilesForExternalCompiler()
434 std::ofstream oFile(shaderName.str().c_str(), std::ios::out | std::ios::binary); in exportFilesForExternalCompiler() local
435 oFile.write((const char *)sit->second.data(), sit->second.size()); in exportFilesForExternalCompiler()
/external/deqp/external/vulkancts/vkscpc/
Dvkscpc.cpp334 …std::ofstream oFile(cmdLine.getOption<opt::CompilerOutputFile>().c_str(), std::ios::out | std::ios… in main() local
335 if (!oFile) in main()
338 oFile.write(reinterpret_cast<char *>(binary.data()), binary.size()); in main()
/external/speex/libspeexdsp/
Dmdf.c381 static FILE *rFile=NULL, *pFile=NULL, *oFile=NULL; variable
385 if (!(rFile && pFile && oFile)) in dump_audio()
391 fwrite(out, sizeof(spx_int16_t), len, oFile); in dump_audio()
411 if (rFile || pFile || oFile) in speex_echo_state_init_mc()
415 oFile = fopen("aec_out.sw", "wb"); in speex_echo_state_init_mc()
625 fclose(oFile); in speex_echo_state_destroy()
626 rFile = pFile = oFile = NULL; in speex_echo_state_destroy()