Lines Matching refs:ppArgs
267 rtl_uString ** ppArgs = in osl_createCommandArgs_Impl() local
269 if (ppArgs != 0) in osl_createCommandArgs_Impl()
278 rtl_uString_newFromStr( &(ppArgs[i]), reinterpret_cast<const sal_Unicode*>(wargv[i]) ); in osl_createCommandArgs_Impl()
280 if (ppArgs[0] != 0) in osl_createCommandArgs_Impl()
287 …0, reinterpret_cast<LPCWSTR>(ppArgs[0]->buffer), L".exe", aBuffer.getBufSizeInSymbols(), ::osl::mi… in osl_createCommandArgs_Impl()
292 &(ppArgs[0]), aBuffer, dwResult); in osl_createCommandArgs_Impl()
295 if (ppArgs[0] != 0) in osl_createCommandArgs_Impl()
299 osl_getFileURLFromSystemPath (ppArgs[0], &pResult); in osl_createCommandArgs_Impl()
302 rtl_uString_assign (&(ppArgs[0]), pResult); in osl_createCommandArgs_Impl()
307 return (ppArgs); in osl_createCommandArgs_Impl()
378 rtl_uString** ppArgs = osl_createCommandArgs_Impl (argc, argv); in osl_setCommandArgs() local
379 if (ppArgs != 0) in osl_setCommandArgs()
382 g_command_args.m_ppArgs = ppArgs; in osl_setCommandArgs()