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

/vbox/src/VBox/Runtime/r3/posix/
H A Dprocess-creation-posix.cpp728 int fdPidfile = -1; local
733 if ((fdPidfile = open(pszPidfile, O_RDWR | O_CREAT | O_EXCL, 0644)) == -1)
748 if (fdPidfile != -1)
749 close(fdPidfile);
770 if (fdPidfile != -1)
771 close(fdPidfile);
806 if (fdPidfile != -1)
807 close(fdPidfile);
814 if (fdPidfile != -1)
818 ssize_t cbIgnored = write(fdPidfile, szBu
[all...]

Completed in 44 milliseconds