Searched refs:fNoChDir (Results 1 - 4 of 4) sorted by relevance
/vbox/include/iprt/ |
H A D | process.h | 344 * @param fNoChDir Pass false to change working directory to "/". 350 RTR3DECL(int) RTProcDaemonizeUsingFork(bool fNoChDir, bool fNoClose, const char *pszPidfile);
|
/vbox/src/VBox/Additions/common/VBoxGuestLib/ |
H A D | VBoxGuestR3LibDaemonize.cpp | 67 * @param fNoChDir Pass false to change working directory to root. 79 VBGLR3DECL(int) VbglR3Daemonize(bool fNoChDir, bool fNoClose, bool fRespawn, unsigned *pcRespawn) argument 202 if (!fNoChDir)
|
/vbox/src/VBox/Runtime/r3/posix/ |
H A D | process-creation-posix.cpp | 709 RTR3DECL(int) RTProcDaemonizeUsingFork(bool fNoChDir, bool fNoClose, const char *pszPidfile) argument 796 if (!fNoChDir)
|
/vbox/include/VBox/ |
H A D | VBoxGuestLib.h | 434 VBGLR3DECL(int) VbglR3Daemonize(bool fNoChDir, bool fNoClose, bool fRespawn, unsigned *pcRespawn);
|
Completed in 108 milliseconds