Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/vkscserver/
H A DvksCacheBuilder.cpp284 std::ofstream oFile(fileName.str().c_str(), std::ios::out); in exportFilesForExternalCompiler() local
324 std::ofstream oFile(shaderName.str().c_str(), std::ios::out | std::ios::binary); in exportFilesForExternalCompiler() local
407 std::ofstream oFile(fileName.str().c_str(), std::ios::out); in exportFilesForExternalCompiler() local
434 std::ofstream oFile(shaderName.str().c_str(), std::ios::out | std::ios::binary); in exportFilesForExternalCompiler() local
/aosp_15_r20/external/zstd/examples/
H A Dcommon.h234 FILE* const oFile = fopen_orDie(fileName, "wb"); in saveFile_orDie() local
/aosp_15_r20/external/deqp/external/vulkancts/vkscpc/
H A Dvkscpc.cpp332 …std::ofstream oFile(cmdLine.getOption<opt::CompilerOutputFile>().c_str(), std::ios::out | std::ios… in main() local
/aosp_15_r20/external/speex/libspeexdsp/
H A Dmdf.c381 static FILE *rFile=NULL, *pFile=NULL, *oFile=NULL; variable