Searched refs:ustrVar (Results 1 – 1 of 1) sorted by relevance
393 oslProcessError SAL_CALL osl_getEnvironment(rtl_uString *ustrVar, rtl_uString **ustrValue) in osl_getEnvironment() argument397 …if (GetEnvironmentVariableW(reinterpret_cast<LPCWSTR>(ustrVar->buffer), buff, ENV_BUFFER_SIZE) > 0) in osl_getEnvironment()405 oslProcessError SAL_CALL osl_setEnvironment(rtl_uString *ustrVar, rtl_uString *ustrValue) in osl_setEnvironment() argument408 LPCWSTR lpName = reinterpret_cast<LPCWSTR>(ustrVar->buffer); in osl_setEnvironment()418 oslProcessError SAL_CALL osl_clearEnvironment(rtl_uString *ustrVar) in osl_clearEnvironment() argument422 LPCWSTR lpName = reinterpret_cast<LPCWSTR>(ustrVar->buffer); in osl_clearEnvironment()
Completed in 16 milliseconds