Home
last modified time | relevance | path

Searched refs:pSearchResult (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/sal/osl/os2/
H A Dprocess_impl.cxx219 rtl_uString * pSearchResult = 0; in osl_setCommandArgs() local
220 osl_searchPath (ppArgs[0], pSearchPath, &pSearchResult); in osl_setCommandArgs()
221 if (pSearchResult) in osl_setCommandArgs()
223 rtl_uString_assign (&(ppArgs[0]), pSearchResult); in osl_setCommandArgs()
224 rtl_uString_release (pSearchResult); in osl_setCommandArgs()
H A Dprocess.c154 rtl_uString * pSearchResult = 0; in osl_executeProcess_WithRedirectedIO()
155 osl_searchPath (ustrImageName, pSearchPath, &pSearchResult); in osl_executeProcess_WithRedirectedIO()
156 if (pSearchResult) in osl_executeProcess_WithRedirectedIO()
158 rtl_uString_assign (ustrImageName, pSearchResult); in osl_executeProcess_WithRedirectedIO()
159 rtl_uString_release (pSearchResult); in osl_executeProcess_WithRedirectedIO()
/aoo4110/main/sal/osl/unx/
H A Dprocess_impl.cxx263 rtl_uString * pSearchResult = 0; in osl_setCommandArgs() local
264 osl_searchPath (ppArgs[0], pSearchPath, &pSearchResult); in osl_setCommandArgs()
265 if (pSearchResult) in osl_setCommandArgs()
267 rtl_uString_assign (&(ppArgs[0]), pSearchResult); in osl_setCommandArgs()
268 rtl_uString_release (pSearchResult); in osl_setCommandArgs()

Completed in 19 milliseconds