MCPcopy Create free account
hub / github.com/apple/foundationdb / makeTemporary

Function makeTemporary

flow/Platform.actor.cpp:2824–2828  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2822namespace platform {
2823
2824void makeTemporary(const char* filename) {
2825#ifdef _WIN32
2826 SetFileAttributes(filename, FILE_ATTRIBUTE_TEMPORARY);
2827#endif
2828}
2829
2830void setCloseOnExec(int fd) {
2831#if defined(__unixish__)

Callers 1

openMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected