Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/singa
/ FDOpen
Function
FDOpen
test/gtest/gtest.h:2886–2886 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2884
return freopen(path, mode, stream);
2885
}
2886
inline FILE* FDOpen(int fd, const char* mode) { return fdopen(fd, mode); }
2887
#endif
2888
inline int FClose(FILE* fp) { return fclose(fp); }
2889
#if !GTEST_OS_WINDOWS_MOBILE
Callers
1
DeathTestAbort
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected