Home
last modified time | relevance | path

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

12

/aoo42x/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.c115 oslProcessError SAL_CALL osl_psz_executeProcess(sal_Char *pszImageName,
127 oslProcessError SAL_CALL osl_searchPath_impl(
147 oslProcessError SAL_CALL osl_searchPath_impl(const sal_Char* pszName, const sal_Char* pszPath, in osl_searchPath_impl()
678 oslProcessError SAL_CALL osl_executeProcess_WithRedirectedIO( in osl_executeProcess_WithRedirectedIO()
694 oslProcessError Error; in osl_executeProcess_WithRedirectedIO()
800 oslProcessError SAL_CALL osl_executeProcess( in osl_executeProcess()
832 oslProcessError SAL_CALL osl_psz_executeProcess(sal_Char *pszImageName, in osl_psz_executeProcess()
957 oslProcessError SAL_CALL osl_terminateProcess(oslProcess Process) in osl_terminateProcess()
1462 oslProcessError SAL_CALL osl_joinProcessWithTimeout(oslProcess Process, const TimeValue* pTimeout) in osl_joinProcessWithTimeout()
1465 oslProcessError osl_error = osl_Process_E_None; in osl_joinProcessWithTimeout()
[all …]
/aoo42x/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()
/aoo42x/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 …]
/aoo42x/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()
/aoo42x/main/sal/qa/osl/process/
H A Dosl_process.cxx132 oslProcessError osl_error = osl_executeProcess( in TEST_F()
170 oslProcessError osl_error = osl_executeProcess( in TEST_F()
202 oslProcessError osl_error = osl_executeProcess( in TEST_F()
230 oslProcessError osl_error = osl_executeProcess( in TEST_F()
457 oslProcessError osl_error = osl_executeProcess( in TEST_F()
499 oslProcessError osl_error = osl_executeProcess( in TEST_F()
530 oslProcessError osl_error = osl_executeProcess( in TEST_F()
558 oslProcessError osl_error = osl_executeProcess( in TEST_F()
/aoo42x/main/sal/workben/
H A Dt_osl_joinProcess.cxx60 oslProcessError osl_error = osl_executeProcess( in TEST_F()
98 oslProcessError osl_error = osl_executeProcess( in TEST_F()
130 oslProcessError osl_error = osl_executeProcess( in TEST_F()
158 oslProcessError osl_error = osl_executeProcess( in TEST_F()
H A Dtestproc.cxx41 oslProcessError ProcessError; in MAIN()
H A Dtestpipe.cxx49 oslProcessError ProcessError;
/aoo42x/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()
/aoo42x/main/sal/qa/rtl/process/
H A Drtl_Process.cxx115 oslProcessError osl_error = osl_executeProcess( in TEST_F()
234 oslProcessError osl_error = osl_executeProcess_WithRedirectedIO( in TEST_F()
/aoo42x/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()
/aoo42x/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()
/aoo42x/main/sal/inc/rtl/
H A Dprocess.h60 oslProcessError SAL_CALL rtl_getAppCommandArg(sal_uInt32 nArg, rtl_uString **strCommandArg);
/aoo42x/main/desktop/unx/source/officeloader/
H A Dofficeloader.cxx39 oslProcessError error; in SAL_IMPLEMENT_MAIN()
/aoo42x/main/test/source/cpp/
H A Dtoabsolutefileurl.cxx44 oslProcessError e1 = osl_getProcessWorkingDir(&cwd.pData); in toAbsoluteFileUrl()
/aoo42x/main/framework/source/jobs/
H A Dshelljob.cxx185oslProcessError eError = osl_executeProcess(sCommand.pData, pArgs, nArgs, nOptions, NULL, NULL, NU… in impl_execute()
/aoo42x/main/dbaccess/source/ui/dlg/
H A Dodbcconfig.cxx376oslProcessError eError = osl_executeProcess( sExecutableName.pData, NULL, 0, 0, NULL, NULL, NULL, … in manageDataSources_async()
/aoo42x/main/jvmfwk/source/
H A Dfwkutil.cxx275 oslProcessError err = osl_getEnvironment(path.pData, &env_path.pData); in findPlugin()
/aoo42x/main/shell/source/win32/sysmail/
H A Dsysmailclient.cxx182 oslProcessError err = osl_Process_E_Unknown; in executeSenddoc()
/aoo42x/main/idlc/source/
H A Didlccompile.cxx327 oslProcessError procError = osl_Process_E_None; in compileFile()
/aoo42x/main/extensions/source/logging/
H A Dsysloghandler.cxx288 oslProcessError prerr = osl_getProcessInfo( NULL, osl_Process_IDENTIFIER, &pInfo ); in publish()
/aoo42x/main/cppuhelper/source/
H A Dbootstrap.cxx597 oslProcessError rc = osl_executeProcess( in bootstrap()

Completed in 96 milliseconds

12