Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIO.h109 intptr_t GetHandleFromFd(int fd);
H A DFuzzerIOPosix.cpp130 intptr_t GetHandleFromFd(int fd) { in GetHandleFromFd() function
H A DFuzzerIO.cpp144 reinterpret_cast<void *>(GetHandleFromFd(OutputFd))); in DupAndCloseStderr()
H A DFuzzerIOWindows.cpp237 intptr_t GetHandleFromFd(int fd) { in GetHandleFromFd() function