MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / FOpen

Function FOpen

rtpose_wrapper/src/gtest/gtest.h:2682–2684  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2680inline int ChDir(const char* dir) { return chdir(dir); }
2681#endif
2682inline FILE* FOpen(const char* path, const char* mode) {
2683 return fopen(path, mode);
2684}
2685#if !GTEST_OS_WINDOWS_MOBILE
2686inline FILE *FReopen(const char* path, const char* mode, FILE* stream) {
2687 return freopen(path, mode, stream);

Callers 3

OnTestIterationEndMethod · 0.85
GetCapturedStringMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected