MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / ChDir

Function ChDir

tests/gtest/gtest.h:2331–2331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2329
2330#if !GTEST_OS_WINDOWS_MOBILE && !GTEST_OS_WINDOWS_PHONE && !GTEST_OS_WINDOWS_RT
2331inline int ChDir(const char* dir) { return chdir(dir); }
2332#endif
2333inline FILE* FOpen(const char* path, const char* mode) {
2334 return fopen(path, mode);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected