path_open method
int
path_open(
- int fd,
- int dirflags,
- int pathPtr,
- int pathLen,
- int oflags,
- Object? rightsBase,
- Object? rightsInheriting,
- int fdflags,
- int openedFdPtr,
override
Implementation
@override
@JSExport()
int path_open(
int fd,
int dirflags,
int pathPtr,
int pathLen,
int oflags,
Object? rightsBase,
Object? rightsInheriting,
int fdflags,
int openedFdPtr,
) => _call('path_open', [
fd,
dirflags,
pathPtr,
pathLen,
oflags,
rightsBase,
rightsInheriting,
fdflags,
openedFdPtr,
]);