Home
last modified time | relevance | path

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

/trunk/main/sal/osl/os2/
H A Dprocess.c185 rtl_String* strArg =NULL; in osl_executeProcess_WithRedirectedIO() local
188 rtl_uString2String( &strArg, in osl_executeProcess_WithRedirectedIO()
194 pArguments[index]=strdup(rtl_string_getStr(strArg)); in osl_executeProcess_WithRedirectedIO()
195 rtl_string_release(strArg); in osl_executeProcess_WithRedirectedIO()
/trunk/main/sal/osl/unx/
H A Dprocess.c722 rtl_String* strArg =NULL; in osl_executeProcess_WithRedirectedIO() local
725 rtl_uString2String( &strArg, in osl_executeProcess_WithRedirectedIO()
731 pArguments[idx]=strdup(rtl_string_getStr(strArg)); in osl_executeProcess_WithRedirectedIO()
732 rtl_string_release(strArg); in osl_executeProcess_WithRedirectedIO()

Completed in 29 milliseconds