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

Function RmDir

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

Source from the content-addressed store, hash-verified

2294inline int FileNo(FILE* file) { return _fileno(file); }
2295inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); }
2296inline int RmDir(const char* dir) { return _rmdir(dir); }
2297inline bool IsDir(const StatStruct& st) {
2298 return (_S_IFDIR & st.st_mode) != 0;
2299}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected