Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/deutil/
DdeProcess.c150 deFile_destroy(process->standardIn); in deProcess_cleanupHandles()
153 deFile_destroy(process->standardOut); in deProcess_cleanupHandles()
156 deFile_destroy(process->standardErr); in deProcess_cleanupHandles()
471 deFile_destroy(process->standardIn); in deProcess_closeStdIn()
483 deFile_destroy(process->standardOut); in deProcess_closeStdOut()
495 deFile_destroy(process->standardErr); in deProcess_closeStdErr()
584 deFile_destroy(process->standardErr); in deProcess_cleanupHandles()
587 deFile_destroy(process->standardOut); in deProcess_cleanupHandles()
590 deFile_destroy(process->standardIn); in deProcess_cleanupHandles()
826 deFile_destroy(process->standardIn); in deProcess_closeStdIn()
[all …]
DdeFile.h74 void deFile_destroy (deFile* file);
DdeFile.c109 void deFile_destroy (deFile* file) in deFile_destroy() function
294 void deFile_destroy (deFile* file) in deFile_destroy() function
/external/deqp/execserver/
DxsPosixFileReader.cpp55 deFile_destroy(m_file); in start()
111 deFile_destroy(m_file); in stop()
/external/deqp/execserver/tools/
DxsTest.cpp613 deFile_destroy(file); in runProgram()
710 deFile_destroy(file); in runProgram()
949 deFile_destroy(file);
956 deFile_destroy(file);
1008 deFile_destroy(file);
1026 deFile_destroy(file);
/external/deqp/framework/delibs/destream/
DdeFileStream.c118 deFile_destroy(fileStream->file); in fileIOStream_deinit()