Home
last modified time | relevance | path

Searched refs:oslProcessError (Results 1 – 25 of 29) sorted by relevance

12

/aoo41x/main/sal/osl/unx/
H A Dprocess_impl.cxx80 oslProcessError SAL_CALL osl_bootstrap_getExecutableFile_Impl ( in osl_bootstrap_getExecutableFile_Impl()
84 oslProcessError result = osl_Process_E_NotFound; in osl_bootstrap_getExecutableFile_Impl()
130 oslProcessError result = osl_Process_E_NotFound; in osl_bootstrap_getExecutableFile_Impl()
181 oslProcessError result = osl_Process_E_NotFound; in osl_getExecutableFile()
217 oslProcessError result = osl_Process_E_NotFound; in osl_getCommandArg()
293 oslProcessError result = osl_Process_E_NotFound; in osl_getEnvironment()
328 oslProcessError result = osl_Process_E_Unknown; in osl_setEnvironment()
384 oslProcessError result = osl_Process_E_Unknown; in osl_clearEnvironment()
432 oslProcessError result = osl_Process_E_Unknown; in osl_getProcessWorkingDir()
482 oslProcessError result = osl_Process_E_Unknown; in osl_getProcessLocale()
[all …]
H A Dprocess.c116 oslProcessError SAL_CALL osl_psz_executeProcess(sal_Char *pszImageName,
128 oslProcessError SAL_CALL osl_searchPath_impl(
148 oslProcessError SAL_CALL osl_searchPath_impl(const sal_Char* pszName, const sal_Char* pszPath, in osl_searchPath_impl()
679 oslProcessError SAL_CALL osl_executeProcess_WithRedirectedIO( in osl_executeProcess_WithRedirectedIO()
695 oslProcessError Error; in osl_executeProcess_WithRedirectedIO()
801 oslProcessError SAL_CALL osl_executeProcess( in osl_executeProcess()
833 oslProcessError SAL_CALL osl_psz_executeProcess(sal_Char *pszImageName, in osl_psz_executeProcess()
958 oslProcessError SAL_CALL osl_terminateProcess(oslProcess Process) in osl_terminateProcess()
1463 oslProcessError SAL_CALL osl_joinProcessWithTimeout(oslProcess Process, const TimeValue* pTimeout) in osl_joinProcessWithTimeout()
1466 oslProcessError osl_error = osl_Process_E_None; in osl_joinProcessWithTimeout()
[all …]
/aoo41x/main/sal/osl/os2/
H A Dprocess_impl.cxx73 extern "C" oslProcessError SAL_CALL osl_bootstrap_getExecutableFile_Impl (
78 oslProcessError SAL_CALL osl_bootstrap_getExecutableFile_Impl ( in osl_bootstrap_getExecutableFile_Impl()
82 oslProcessError result = osl_Process_E_NotFound; in osl_bootstrap_getExecutableFile_Impl()
137 oslProcessError result = osl_Process_E_NotFound; in osl_getExecutableFile()
173 oslProcessError result = osl_Process_E_NotFound; in osl_getCommandArg()
250 oslProcessError result = osl_Process_E_NotFound; in osl_getEnvironment()
285 oslProcessError result = osl_Process_E_Unknown; in osl_setEnvironment()
323 oslProcessError result = osl_Process_E_Unknown; in osl_clearEnvironment()
349 oslProcessError result = osl_Process_E_Unknown; in osl_getProcessWorkingDir()
415 oslProcessError SAL_CALL osl_setProcessLocale( rtl_Locale * pLocale ) in osl_setProcessLocale()
[all …]
H A Dprocess.c88 oslProcessError SAL_CALL osl_psz_executeProcess(sal_Char *pszImageName,
119 oslProcessError SAL_CALL osl_executeProcess_WithRedirectedIO( in osl_executeProcess_WithRedirectedIO()
135 oslProcessError Error; in osl_executeProcess_WithRedirectedIO()
313 oslProcessError SAL_CALL osl_executeProcess( in osl_executeProcess()
345 oslProcessError SAL_CALL osl_psz_executeProcess(sal_Char *pszImageName, in osl_psz_executeProcess()
700 oslProcessError SAL_CALL osl_terminateProcess(oslProcess Process) in osl_terminateProcess()
744 oslProcessError SAL_CALL osl_joinProcess(oslProcess Process) in osl_joinProcess()
808 oslProcessError SAL_CALL osl_joinProcessWithTimeout(oslProcess Process, const TimeValue* pTimeout) in osl_joinProcessWithTimeout()
815 oslProcessError SAL_CALL osl_getCommandArgs( sal_Char* pszBuffer, sal_uInt32 Max) in osl_getCommandArgs()
908 oslProcessError SAL_CALL osl_getProcessInfo(oslProcess Process, oslProcessData Fields, in osl_getProcessInfo()
/aoo41x/main/sal/inc/osl/
H A Dprocess.h72 } oslProcessError; typedef
176 oslProcessError SAL_CALL osl_executeProcess(
262 oslProcessError SAL_CALL osl_executeProcess_WithRedirectedIO(
283 oslProcessError SAL_CALL osl_terminateProcess(oslProcess Process);
306 oslProcessError SAL_CALL osl_joinProcess(oslProcess Process);
342 oslProcessError SAL_CALL osl_getProcessInfo(oslProcess Process, oslProcessData Fields,
350 oslProcessError SAL_CALL osl_getExecutableFile(rtl_uString **strFile);
400 oslProcessError SAL_CALL osl_clearEnvironment(rtl_uString *strVar);
408 oslProcessError SAL_CALL osl_getProcessWorkingDir( rtl_uString **pustrWorkingDir );
419 oslProcessError SAL_CALL osl_getProcessLocale( rtl_Locale ** ppLocale );
[all …]
/aoo41x/main/sal/osl/w32/
H A Dprocess.cxx51 oslProcessError SAL_CALL osl_terminateProcess(oslProcess Process) in osl_terminateProcess()
179 oslProcessError SAL_CALL osl_joinProcess(oslProcess Process) in osl_joinProcess()
189 oslProcessError osl_error = osl_Process_E_None; in osl_joinProcessWithTimeout()
217 extern "C" oslProcessError SAL_CALL osl_bootstrap_getExecutableFile_Impl ( in osl_bootstrap_getExecutableFile_Impl()
221 oslProcessError result = osl_Process_E_NotFound; in osl_bootstrap_getExecutableFile_Impl()
316 oslProcessError SAL_CALL osl_getExecutableFile( rtl_uString **ppustrFile ) in osl_getExecutableFile()
318 oslProcessError result = osl_Process_E_NotFound; in osl_getExecutableFile()
355 oslProcessError result = osl_Process_E_NotFound; in osl_getCommandArg()
418 oslProcessError SAL_CALL osl_clearEnvironment(rtl_uString *ustrVar) in osl_clearEnvironment()
477 oslProcessError SAL_CALL osl_getProcessLocale( rtl_Locale ** ppLocale ) in osl_getProcessLocale()
[all …]
H A Dprocimpl.cxx402 oslProcessError SAL_CALL osl_executeProcess( in osl_executeProcess()
428 oslProcessError SAL_CALL osl_executeProcess_WithRedirectedIO( in osl_executeProcess_WithRedirectedIO()
/aoo41x/main/sal/qa/osl/process/
H A Dosl_process.cxx133 oslProcessError osl_error = osl_executeProcess( in osl_joinProcessWithTimeout_timeout_failure()
183 oslProcessError osl_error = osl_executeProcess( in osl_joinProcessWithTimeout_without_timeout_failure()
223 oslProcessError osl_error = osl_executeProcess( in osl_joinProcessWithTimeout_infinite()
259 oslProcessError osl_error = osl_executeProcess( in osl_joinProcess()
503 oslProcessError osl_error = osl_executeProcess( in osl_execProc_parent_equals_child_environment()
557 oslProcessError osl_error = osl_executeProcess( in osl_execProc_merged_child_environment()
600 oslProcessError osl_error = osl_executeProcess( in osl_execProc_test_batch()
636 oslProcessError osl_error = osl_executeProcess( in osl_execProc_exe_name_in_argument_list()
/aoo41x/main/sal/workben/
H A Dt_osl_joinProcess.cxx59 oslProcessError osl_error = osl_executeProcess( in test_osl_joinProcessWithTimeout_timeout_failure()
109 oslProcessError osl_error = osl_executeProcess( in test_osl_joinProcessWithTimeout_without_timeout_failure()
149 oslProcessError osl_error = osl_executeProcess( in test_osl_joinProcessWithTimeout_infinite()
185 oslProcessError osl_error = osl_executeProcess( in test_osl_joinProcess()
H A Dtestproc.cxx41 oslProcessError ProcessError; in MAIN()
H A Dtestpipe.cxx49 oslProcessError ProcessError;
/aoo41x/main/sal/rtl/source/
H A Dcmdargs.cxx88 oslProcessError SAL_CALL rtl_getAppCommandArg ( in rtl_getAppCommandArg()
92 oslProcessError result = osl_Process_E_NotFound; in rtl_getAppCommandArg()
/aoo41x/main/sal/qa/rtl/process/
H A Drtl_Process.cxx114 oslProcessError osl_error = osl_executeProcess( in getAppCommandArg_001()
244 oslProcessError osl_error = osl_executeProcess_WithRedirectedIO( in getGlobalProcessId_002()
/aoo41x/main/filter/source/graphicfilter/ieps/
H A Dieps.cxx160 static oslProcessError runProcessWithPathSearch(const rtl::OUString &rProgName, in runProcessWithPathSearch()
224 oslProcessError eErr = runProcessWithPathSearch(fileName, in RenderAsEMF()
266 oslProcessError eErr = runProcessWithPathSearch(rProgName, in RenderAsPNGThroughHelper()
/aoo41x/main/desktop/source/deployment/misc/
H A Ddp_misc.cxx359 oslProcessError err = osl_getExecutableFile(& sFile.pData); in office_is_running()
402 oslProcessError rc = osl_executeProcess( in raiseProcess()
/aoo41x/main/sal/inc/rtl/
H A Dprocess.h60 oslProcessError SAL_CALL rtl_getAppCommandArg(sal_uInt32 nArg, rtl_uString **strCommandArg);
/aoo41x/main/desktop/unx/source/officeloader/
H A Dofficeloader.cxx39 oslProcessError error; in SAL_IMPLEMENT_MAIN()
/aoo41x/main/framework/source/jobs/
H A Dshelljob.cxx185oslProcessError eError = osl_executeProcess(sCommand.pData, pArgs, nArgs, nOptions, NULL, NULL, NU… in impl_execute()
/aoo41x/main/jvmfwk/source/
H A Dfwkutil.cxx275 oslProcessError err = osl_getEnvironment(path.pData, &env_path.pData); in findPlugin()
/aoo41x/main/dbaccess/source/ui/dlg/
H A Dodbcconfig.cxx376oslProcessError eError = osl_executeProcess( sExecutableName.pData, NULL, 0, 0, NULL, NULL, NULL, … in manageDataSources_async()
/aoo41x/main/shell/source/win32/sysmail/
H A Dsysmailclient.cxx182 oslProcessError err = osl_Process_E_Unknown; in executeSenddoc()
/aoo41x/main/idlc/source/
H A Didlccompile.cxx327 oslProcessError procError = osl_Process_E_None; in compileFile()
/aoo41x/main/cppuhelper/source/
H A Dbootstrap.cxx597 oslProcessError rc = osl_executeProcess( in bootstrap()
/aoo41x/main/sal/qa/rtl/bootstrap/
H A Drtl_Bootstrap.cxx344 oslProcessError osl_error = osl_executeProcess( in ini_execProcess()
/aoo41x/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dutil.cxx418 oslProcessError procErr = in getJavaProps()

Completed in 107 milliseconds

12