Home
last modified time | relevance | path

Searched refs:SET_FD (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/native/
Dio_util_md.c110 SET_FD(this, fd, fid); in fileOpen()
132 SET_FD(this, -1, fid); in fileClose()
142 SET_FD(this, fd, fid); // restore fd in fileClose()
Dio_util_md.h49 #define SET_FD(this, fd, fid) \ macro