Home
last modified time | relevance | path

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

/aoo41x/main/sal/osl/os2/
H A Dprocess.c185 rtl_String* strArg =0; 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()
/aoo41x/main/sal/osl/unx/
H A Dprocess.c723 rtl_String* strArg =0; in osl_executeProcess_WithRedirectedIO() local
726 rtl_uString2String( &strArg, in osl_executeProcess_WithRedirectedIO()
732 pArguments[idx]=strdup(rtl_string_getStr(strArg)); in osl_executeProcess_WithRedirectedIO()
733 rtl_string_release(strArg); in osl_executeProcess_WithRedirectedIO()

Completed in 39 milliseconds