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.cxx72 extern "C" oslProcessError SAL_CALL osl_bootstrap_getExecutableFile_Impl (
80 oslProcessError SAL_CALL osl_bootstrap_getExecutableFile_Impl ( in osl_bootstrap_getExecutableFile_Impl()
84 oslProcessError result = osl_Process_E_NotFound; in osl_bootstrap_getExecutableFile_Impl()
126 oslProcessError SAL_CALL osl_bootstrap_getExecutableFile_Impl ( in osl_bootstrap_getExecutableFile_Impl()
130 oslProcessError result = osl_Process_E_NotFound; in osl_bootstrap_getExecutableFile_Impl()
149 oslProcessError SAL_CALL osl_bootstrap_getExecutableFile_Impl ( in osl_bootstrap_getExecutableFile_Impl()
179 oslProcessError SAL_CALL osl_getExecutableFile (rtl_uString ** ppustrFile) in osl_getExecutableFile()
181 oslProcessError result = osl_Process_E_NotFound; in osl_getExecutableFile()
215 oslProcessError SAL_CALL osl_getCommandArg (sal_uInt32 nArg, rtl_uString ** strCommandArg) in osl_getCommandArg()
217 oslProcessError result = osl_Process_E_NotFound; in osl_getCommandArg()
[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()
1278 oslProcessError SAL_CALL osl_getProcessInfo(oslProcess Process, oslProcessData Fields, oslProcessIn… in osl_getProcessInfo()
1463 oslProcessError SAL_CALL osl_joinProcessWithTimeout(oslProcess Process, const TimeValue* pTimeout) 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()
135 oslProcessError SAL_CALL osl_getExecutableFile (rtl_uString ** ppustrFile) in osl_getExecutableFile()
137 oslProcessError result = osl_Process_E_NotFound; in osl_getExecutableFile()
171 oslProcessError SAL_CALL osl_getCommandArg (sal_uInt32 nArg, rtl_uString ** strCommandArg) in osl_getCommandArg()
173 oslProcessError result = osl_Process_E_NotFound; in osl_getCommandArg()
248 oslProcessError SAL_CALL osl_getEnvironment(rtl_uString* pustrEnvVar, rtl_uString** ppustrValue) in osl_getEnvironment()
250 oslProcessError result = osl_Process_E_NotFound; in osl_getEnvironment()
283 oslProcessError SAL_CALL osl_setEnvironment(rtl_uString* pustrEnvVar, rtl_uString* pustrValue) in osl_setEnvironment()
[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);
325 oslProcessError SAL_CALL osl_joinProcessWithTimeout(oslProcess Process, const TimeValue* pTimeout);
342 oslProcessError SAL_CALL osl_getProcessInfo(oslProcess Process, oslProcessData Fields,
350 oslProcessError SAL_CALL osl_getExecutableFile(rtl_uString **strFile);
364 oslProcessError SAL_CALL osl_getCommandArg(sal_uInt32 nArg, rtl_uString **strCommandArg);
385 oslProcessError SAL_CALL osl_getEnvironment(rtl_uString *strVar, rtl_uString **strValue);
[all …]
/AOO41X/main/sal/osl/w32/
H A Dprocess.cxx51 oslProcessError SAL_CALL osl_terminateProcess(oslProcess Process) in osl_terminateProcess()
97 oslProcessError SAL_CALL osl_getProcessInfo(oslProcess Process, oslProcessData Fields, in osl_getProcessInfo()
179 oslProcessError SAL_CALL osl_joinProcess(oslProcess Process) in osl_joinProcess()
186 oslProcessError SAL_CALL osl_joinProcessWithTimeout(oslProcess Process, const TimeValue* pTimeout) in osl_joinProcessWithTimeout()
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()
353 oslProcessError SAL_CALL osl_getCommandArg( sal_uInt32 nArg, rtl_uString **strCommandArg) in osl_getCommandArg()
[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()

12