Home
last modified time | relevance | path

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

12

/trunk/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.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()
1277 oslProcessError SAL_CALL osl_getProcessInfo(oslProcess Process, oslProcessData Fields, oslProcessIn… in osl_getProcessInfo()
1462 oslProcessError SAL_CALL osl_joinProcessWithTimeout(oslProcess Process, const TimeValue* pTimeout) in osl_joinProcessWithTimeout()
[all …]
/trunk/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()
/trunk/main/sal/inc/osl/
H A Dprocess.h69 } oslProcessError; typedef
173 oslProcessError SAL_CALL osl_executeProcess(
259 oslProcessError SAL_CALL osl_executeProcess_WithRedirectedIO(
280 oslProcessError SAL_CALL osl_terminateProcess(oslProcess Process);
303 oslProcessError SAL_CALL osl_joinProcess(oslProcess Process);
322 oslProcessError SAL_CALL osl_joinProcessWithTimeout(oslProcess Process, const TimeValue* pTimeout);
339 oslProcessError SAL_CALL osl_getProcessInfo(oslProcess Process, oslProcessData Fields,
347 oslProcessError SAL_CALL osl_getExecutableFile(rtl_uString **strFile);
361 oslProcessError SAL_CALL osl_getCommandArg(sal_uInt32 nArg, rtl_uString **strCommandArg);
382 oslProcessError SAL_CALL osl_getEnvironment(rtl_uString *strVar, rtl_uString **strValue);
[all …]
/trunk/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()
/trunk/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()
/trunk/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;
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/main/sal/inc/rtl/
H A Dprocess.h60 oslProcessError SAL_CALL rtl_getAppCommandArg(sal_uInt32 nArg, rtl_uString **strCommandArg);
/trunk/main/desktop/unx/source/officeloader/
H A Dofficeloader.cxx39 oslProcessError error; in SAL_IMPLEMENT_MAIN()
/trunk/main/test/source/cpp/
H A Dtoabsolutefileurl.cxx44 oslProcessError e1 = osl_getProcessWorkingDir(&cwd.pData); in toAbsoluteFileUrl()
/trunk/main/framework/source/jobs/
H A Dshelljob.cxx185oslProcessError eError = osl_executeProcess(sCommand.pData, pArgs, nArgs, nOptions, NULL, NULL, NU… in impl_execute()
/trunk/main/dbaccess/source/ui/dlg/
H A Dodbcconfig.cxx376oslProcessError eError = osl_executeProcess( sExecutableName.pData, NULL, 0, 0, NULL, NULL, NULL, … in manageDataSources_async()
/trunk/main/jvmfwk/source/
H A Dfwkutil.cxx272 oslProcessError err = osl_getEnvironment(path.pData, &env_path.pData); in findPlugin()
/trunk/main/shell/source/win32/sysmail/
H A Dsysmailclient.cxx182 oslProcessError err = osl_Process_E_Unknown; in executeSenddoc()
/trunk/main/extensions/source/logging/
H A Dsysloghandler.cxx288 oslProcessError prerr = osl_getProcessInfo( NULL, osl_Process_IDENTIFIER, &pInfo ); in publish()
/trunk/main/idlc/source/
H A Didlccompile.cxx327 oslProcessError procError = osl_Process_E_None; in compileFile()
/trunk/main/cppuhelper/source/
H A Dbootstrap.cxx597 oslProcessError rc = osl_executeProcess( in bootstrap()

12