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

/vbox/src/VBox/Main/src-server/freebsd/
H A DHostHardwareFreeBSD.cpp348 char *pszFreeMe = RTEnvDupEx(RTENV_DEFAULT, pcszVar); local
352 const char *pcszCurrent = pszFreeMe;
379 RTStrFree(pszFreeMe);
/vbox/src/VBox/Main/src-server/linux/
H A DHostHardwareLinux.cpp531 char *pszFreeMe = RTEnvDupEx(RTENV_DEFAULT, pcszVar); local
535 const char *pcszCurrent = pszFreeMe;
562 RTStrFree(pszFreeMe);

Completed in 45 milliseconds