Searched defs:statFd (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/r3/posix/
H A Dprocess-creation-posix.cpp232 int statFd = open64(CTFS_ROOT "/process/latest", O_RDONLY); local
233 if (statFd == -1)
236 if (ct_status_read(statFd, CTD_COMMON, &statHdl))
238 close(statFd);
243 close(statFd);
254 if (statFd == -1)

Completed in 33 milliseconds