Lines Matching refs:pszImageName
88 oslProcessError SAL_CALL osl_psz_executeProcess(sal_Char *pszImageName,
345 oslProcessError SAL_CALL osl_psz_executeProcess(sal_Char *pszImageName, in osl_psz_executeProcess() argument
376 if (pszImageName == NULL) in osl_psz_executeProcess()
377 pszImageName = pszArguments[first++]; in osl_psz_executeProcess()
379 OSL_ASSERT(pszImageName != NULL); in osl_psz_executeProcess()
382 rc = DosQueryAppType( (PCSZ) pszImageName, &nAppType ); in osl_psz_executeProcess()
437 n = strlen( pszImageName ) + 1; in osl_psz_executeProcess()
447 memcpy(pStr, pszImageName, strlen( pszImageName ) ); in osl_psz_executeProcess()
448 pStr += strlen( pszImageName ); in osl_psz_executeProcess()
517 (PSZ) args, (PSZ) envs, &resultCode, (PSZ) pszImageName ); in osl_psz_executeProcess()
522 (PSZ) args, (PSZ) envs, &resultCode, (PSZ) pszImageName ); in osl_psz_executeProcess()
636 SData.PgmName = (PSZ) pszImageName; in osl_psz_executeProcess()