Searched refs:strArg (Results 1 – 2 of 2) sorted by relevance
185 rtl_String* strArg =0; 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()
723 rtl_String* strArg =0; in osl_executeProcess_WithRedirectedIO() local726 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 29 milliseconds