Searched refs:strArg (Results 1 – 2 of 2) sorted by relevance
185 rtl_String* strArg =NULL; in osl_executeProcess_WithRedirectedIO() local188 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()
722 rtl_String* strArg =NULL; in osl_executeProcess_WithRedirectedIO() local725 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 11 milliseconds