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

/vbox/src/VBox/Main/glue/
H A Dinitterm.cpp371 char szAppHomeDir[RTPATH_MAX]; local
376 vrc = RTEnvGetEx(RTENV_DEFAULT, "VBOX_APP_HOME", szAppHomeDir, sizeof(szAppHomeDir), NULL);
384 vrc = RTPathAppPrivateArch(szAppHomeDir, sizeof(szAppHomeDir));
393 vrc = RTPathAppPrivateArch(szAppHomeDir, sizeof(szAppHomeDir));
395 vrc = RTPathStripTrailingSlash(szAppHomeDir);
397 char *filename = RTPathFilename(szAppHomeDir);
400 RTPathStripFilename(szAppHomeDir);
[all...]

Completed in 279 milliseconds