Lines Matching refs:Security

55 sal_Bool SAL_CALL osl_psz_getUserIdent(oslSecurity Security, sal_Char *pszIdent, sal_uInt32 nMax);
56 static sal_Bool SAL_CALL osl_psz_getUserName(oslSecurity Security, sal_Char* pszName, sal_uInt32 n…
57 static sal_Bool SAL_CALL osl_psz_getHomeDir(oslSecurity Security, sal_Char* pszDirectory, sal_uInt3…
58 static sal_Bool SAL_CALL osl_psz_getConfigDir(oslSecurity Security, sal_Char* pszDirectory, sal_uIn…
648 sal_Bool SAL_CALL osl_getUserIdent(oslSecurity Security, rtl_uString **ustrIdent) in osl_getUserIdent() argument
655 bRet = osl_psz_getUserIdent(Security,pszIdent,sizeof(pszIdent)); in osl_getUserIdent()
664 sal_Bool SAL_CALL osl_psz_getUserIdent(oslSecurity Security, sal_Char *pszIdent, sal_uInt32 nMax) in osl_psz_getUserIdent() argument
669 oslSecurityImpl *pSecImpl = (oslSecurityImpl *)Security; in osl_psz_getUserIdent()
683 sal_Bool SAL_CALL osl_getUserName(oslSecurity Security, rtl_uString **ustrName) in osl_getUserName() argument
690 bRet = osl_psz_getUserName(Security,pszName,sizeof(pszName)); in osl_getUserName()
700 static sal_Bool SAL_CALL osl_psz_getUserName(oslSecurity Security, sal_Char* pszName, sal_uInt32 n… in osl_psz_getUserName() argument
702 oslSecurityImpl *pSecImpl = (oslSecurityImpl *)Security; in osl_psz_getUserName()
712 sal_Bool SAL_CALL osl_getHomeDir(oslSecurity Security, rtl_uString **pustrDirectory) in osl_getHomeDir() argument
719 bRet = osl_psz_getHomeDir(Security,pszDirectory,sizeof(pszDirectory)); in osl_getHomeDir()
732 static sal_Bool SAL_CALL osl_psz_getHomeDir(oslSecurity Security, sal_Char* pszDirectory, sal_uInt3… in osl_psz_getHomeDir() argument
734 oslSecurityImpl *pSecImpl = (oslSecurityImpl *)Security; in osl_psz_getHomeDir()
774 sal_Bool SAL_CALL osl_getConfigDir(oslSecurity Security, rtl_uString **pustrDirectory) in osl_getConfigDir() argument
781 bRet = osl_psz_getConfigDir(Security,pszDirectory,sizeof(pszDirectory)); in osl_getConfigDir()
795 static sal_Bool SAL_CALL osl_psz_getConfigDir(oslSecurity Security, sal_Char* pszDirectory, sal_uIn… in osl_psz_getConfigDir() argument
801 return (osl_psz_getHomeDir(Security, pszDirectory, nMax)); in osl_psz_getConfigDir()
817 static sal_Bool SAL_CALL osl_psz_getConfigDir(oslSecurity Security, sal_Char* pszDirectory, sal_uIn… in osl_psz_getConfigDir() argument
819 if( osl_psz_getHomeDir(Security, pszDirectory, nMax - sizeof(MACOSX_CONFIG_DIR) + 1) ) in osl_psz_getConfigDir()
830 sal_Bool SAL_CALL osl_isAdministrator(oslSecurity Security) in osl_isAdministrator() argument
832 oslSecurityImpl *pSecImpl = (oslSecurityImpl *)Security; in osl_isAdministrator()
843 void SAL_CALL osl_freeSecurityHandle(oslSecurity Security) in osl_freeSecurityHandle() argument
845 deleteSecurityImpl(Security); in osl_freeSecurityHandle()
849 sal_Bool SAL_CALL osl_loadUserProfile(oslSecurity Security) in osl_loadUserProfile() argument
851 (void) Security; /* unused */ in osl_loadUserProfile()
855 void SAL_CALL osl_unloadUserProfile(oslSecurity Security) in osl_unloadUserProfile() argument
857 (void) Security; /* unused */ in osl_unloadUserProfile()