Searched refs:pustrValue (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/sal/osl/os2/ |
H A D | process_impl.cxx | 283 oslProcessError SAL_CALL osl_setEnvironment(rtl_uString* pustrEnvVar, rtl_uString* pustrValue) in osl_setEnvironment() argument 291 OSL_PRECOND(pustrValue, "osl_setEnvironment(): Invalid parameter"); in osl_setEnvironment() 300 rtl_uString_getStr(pustrValue), rtl_uString_getLength(pustrValue), encoding, in osl_setEnvironment()
|
/aoo41x/main/sal/osl/unx/ |
H A D | process_impl.cxx | 326 oslProcessError SAL_CALL osl_setEnvironment(rtl_uString* pustrEnvVar, rtl_uString* pustrValue) in osl_setEnvironment() argument 334 OSL_PRECOND(pustrValue, "osl_setEnvironment(): Invalid parameter"); in osl_setEnvironment() 343 rtl_uString_getStr(pustrValue), rtl_uString_getLength(pustrValue), encoding, in osl_setEnvironment()
|
Completed in 18 milliseconds