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

/vbox/src/VBox/Runtime/r3/posix/
H A Dprocess-creation-posix.cpp248 char ctlPath[PATH_MAX]; local
249 size_t len = snprintf(ctlPath, sizeof(ctlPath),
251 if (len >= sizeof(ctlPath))
253 int ctlFd = open64(ctlPath, O_WRONLY);

Completed in 43 milliseconds