OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:deFile_createFromHandle
(Results
1 - 3
of
3
) sorted by null
/external/deqp/framework/delibs/deutil/
deFile.h
73
deFile*
deFile_createFromHandle
(deUintptr handle);
deFile.c
52
deFile*
deFile_createFromHandle
(deUintptr handle)
104
return
deFile_createFromHandle
((deUintptr)fd);
228
deFile*
deFile_createFromHandle
(deUintptr handle)
291
return
deFile_createFromHandle
((deUintptr)handle);
deProcess.c
354
process->standardIn =
deFile_createFromHandle
((deUintptr)pipeIn[1]);
355
process->standardOut =
deFile_createFromHandle
((deUintptr)pipeOut[0]);
356
process->standardErr =
deFile_createFromHandle
((deUintptr)pipeErr[0]);
726
process->standardIn =
deFile_createFromHandle
((deUintptr)stdInWrite);
727
process->standardOut =
deFile_createFromHandle
((deUintptr)stdOutRead);
728
process->standardErr =
deFile_createFromHandle
((deUintptr)stdErrRead);
Completed in 163 milliseconds