Searched refs:fNoChDir (Results 1 - 4 of 4) sorted by relevance

/vbox/include/iprt/
H A Dprocess.h344 * @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 DVBoxGuestR3LibDaemonize.cpp67 * @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 Dprocess-creation-posix.cpp709 RTR3DECL(int) RTProcDaemonizeUsingFork(bool fNoChDir, bool fNoClose, const char *pszPidfile) argument
796 if (!fNoChDir)
/vbox/include/VBox/
H A DVBoxGuestLib.h434 VBGLR3DECL(int) VbglR3Daemonize(bool fNoChDir, bool fNoClose, bool fRespawn, unsigned *pcRespawn);

Completed in 108 milliseconds