Searched refs:ustrArguments (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sal/osl/w32/ |
H A D | procimpl.cxx | 430 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()
|
/aoo41x/main/sal/osl/os2/ |
H A D | process.c | 121 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()
|
/aoo41x/main/sal/osl/unx/ |
H A D | process.c | 681 rtl_uString *ustrArguments[], in osl_executeProcess_WithRedirectedIO() argument 727 rtl_uString_getStr(ustrArguments[idx]), in osl_executeProcess_WithRedirectedIO() 728 rtl_uString_getLength(ustrArguments[idx]), in osl_executeProcess_WithRedirectedIO() 803 rtl_uString *ustrArguments[], in osl_executeProcess() argument 815 ustrArguments, in osl_executeProcess()
|
/aoo41x/main/sal/inc/osl/ |
H A D | process.h | 178 rtl_uString* ustrArguments[], 264 rtl_uString* ustrArguments[],
|
Completed in 19 milliseconds