Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ x86UNIXOpen
Function
x86UNIXOpen
Engine/source/platformPOSIX/POSIXIO.cpp:35–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
#include <dirent.h>
34
35
int x86UNIXOpen(const char *path, int oflag)
36
{
37
return open(path, oflag, 0666);
38
}
39
40
int x86UNIXClose(int fd)
41
{
Callers
2
CopyFile
Function · 0.85
open
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected