Lines Matching refs:Security

54 sal_Bool SAL_CALL osl_psz_getUserIdent(oslSecurity Security, sal_Char *pszIdent, sal_uInt32 nMax);
55 static sal_Bool SAL_CALL osl_psz_getUserName(oslSecurity Security, sal_Char* pszName, sal_uInt32 nM…
56 static sal_Bool SAL_CALL osl_psz_getHomeDir(oslSecurity Security, sal_Char* pszDirectory, sal_uInt3…
57 static sal_Bool SAL_CALL osl_psz_getConfigDir(oslSecurity Security, sal_Char* pszDirectory, sal_uIn…
647 sal_Bool SAL_CALL osl_getUserIdent(oslSecurity Security, rtl_uString **ustrIdent) in osl_getUserIdent() argument
654 bRet = osl_psz_getUserIdent(Security,pszIdent,sizeof(pszIdent)); in osl_getUserIdent()
663 sal_Bool SAL_CALL osl_psz_getUserIdent(oslSecurity Security, sal_Char *pszIdent, sal_uInt32 nMax) in osl_psz_getUserIdent() argument
668 oslSecurityImpl *pSecImpl = (oslSecurityImpl *)Security; in osl_psz_getUserIdent()
682 sal_Bool SAL_CALL osl_getUserName(oslSecurity Security, rtl_uString **ustrName) in osl_getUserName() argument
689 bRet = osl_psz_getUserName(Security,pszName,sizeof(pszName)); in osl_getUserName()
699 static sal_Bool SAL_CALL osl_psz_getUserName(oslSecurity Security, sal_Char* pszName, sal_uInt32 nM… in osl_psz_getUserName() argument
701 oslSecurityImpl *pSecImpl = (oslSecurityImpl *)Security; in osl_psz_getUserName()
711 sal_Bool SAL_CALL osl_getHomeDir(oslSecurity Security, rtl_uString **pustrDirectory) in osl_getHomeDir() argument
718 bRet = osl_psz_getHomeDir(Security,pszDirectory,sizeof(pszDirectory)); in osl_getHomeDir()
731 static sal_Bool SAL_CALL osl_psz_getHomeDir(oslSecurity Security, sal_Char* pszDirectory, sal_uInt3… in osl_psz_getHomeDir() argument
733 oslSecurityImpl *pSecImpl = (oslSecurityImpl *)Security; in osl_psz_getHomeDir()
773 sal_Bool SAL_CALL osl_getConfigDir(oslSecurity Security, rtl_uString **pustrDirectory) in osl_getConfigDir() argument
780 bRet = osl_psz_getConfigDir(Security,pszDirectory,sizeof(pszDirectory)); in osl_getConfigDir()
794 static sal_Bool SAL_CALL osl_psz_getConfigDir(oslSecurity Security, sal_Char* pszDirectory, sal_uIn… in osl_psz_getConfigDir() argument
800 return (osl_psz_getHomeDir(Security, pszDirectory, nMax)); in osl_psz_getConfigDir()
816 static sal_Bool SAL_CALL osl_psz_getConfigDir(oslSecurity Security, sal_Char* pszDirectory, sal_uIn… in osl_psz_getConfigDir() argument
818 if( osl_psz_getHomeDir(Security, pszDirectory, nMax - sizeof(MACOSX_CONFIG_DIR) + 1) ) in osl_psz_getConfigDir()
829 sal_Bool SAL_CALL osl_isAdministrator(oslSecurity Security) in osl_isAdministrator() argument
831 oslSecurityImpl *pSecImpl = (oslSecurityImpl *)Security; in osl_isAdministrator()
842 void SAL_CALL osl_freeSecurityHandle(oslSecurity Security) in osl_freeSecurityHandle() argument
844 deleteSecurityImpl(Security); in osl_freeSecurityHandle()
848 sal_Bool SAL_CALL osl_loadUserProfile(oslSecurity Security) in osl_loadUserProfile() argument
850 (void) Security; /* unused */ in osl_loadUserProfile()
854 void SAL_CALL osl_unloadUserProfile(oslSecurity Security) in osl_unloadUserProfile() argument
856 (void) Security; /* unused */ in osl_unloadUserProfile()