Home
last modified time | relevance | path

Searched refs:ustrVar (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sal/osl/w32/
H A Dprocess.cxx393 oslProcessError SAL_CALL osl_getEnvironment(rtl_uString *ustrVar, rtl_uString **ustrValue) in osl_getEnvironment() argument
397 …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() argument
408 LPCWSTR lpName = reinterpret_cast<LPCWSTR>(ustrVar->buffer); in osl_setEnvironment()
418 oslProcessError SAL_CALL osl_clearEnvironment(rtl_uString *ustrVar) in osl_clearEnvironment() argument
422 LPCWSTR lpName = reinterpret_cast<LPCWSTR>(ustrVar->buffer); in osl_clearEnvironment()

Completed in 15 milliseconds