Home
last modified time | relevance | path

Searched refs:ustrArguments (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sal/osl/w32/
H A Dprocimpl.cxx430 rtl_uString *ustrArguments[], in osl_executeProcess_WithRedirectedIO() argument
443 ustrImageName, ustrArguments, nArguments, (Options & osl_Process_SEARCHPATH)); in osl_executeProcess_WithRedirectedIO()
482 if (rtl::OUString(ustrArguments[n]).indexOf(' ') != -1) in osl_executeProcess_WithRedirectedIO()
483 command_line.append(quote_string(ustrArguments[n])); in osl_executeProcess_WithRedirectedIO()
485 command_line.append(ustrArguments[n]); in osl_executeProcess_WithRedirectedIO()
/trunk/main/sal/osl/os2/
H A Dprocess.c121 rtl_uString *ustrArguments[], in osl_executeProcess_WithRedirectedIO() argument
189 rtl_uString_getStr(ustrArguments[index]), in osl_executeProcess_WithRedirectedIO()
190 rtl_uString_getLength(ustrArguments[index]), in osl_executeProcess_WithRedirectedIO()
315 rtl_uString *ustrArguments[], in osl_executeProcess() argument
327 ustrArguments, in osl_executeProcess()
/trunk/main/sal/osl/unx/
H A Dprocess.c680 rtl_uString *ustrArguments[], in osl_executeProcess_WithRedirectedIO() argument
726 rtl_uString_getStr(ustrArguments[idx]), in osl_executeProcess_WithRedirectedIO()
727 rtl_uString_getLength(ustrArguments[idx]), in osl_executeProcess_WithRedirectedIO()
802 rtl_uString *ustrArguments[], in osl_executeProcess() argument
814 ustrArguments, in osl_executeProcess()
/trunk/main/sal/inc/osl/
H A Dprocess.h178 rtl_uString* ustrArguments[],
264 rtl_uString* ustrArguments[],

Completed in 29 milliseconds