Searched refs:m_hToken (Results 1 – 3 of 3) sorted by relevance
97 pSecImpl->m_hToken = NULL; in osl_getCurrentSecurity()140 pSecImpl->m_hToken = hUserToken; in osl_loginUser()200 pSecImpl->m_hToken = NULL; in osl_loginUserOnFileServer()319 if (pSecImpl->m_hToken) in osl_freeSecurityHandle()320 CloseHandle(pSecImpl->m_hToken); in osl_freeSecurityHandle()336 HANDLE hAccessToken = pSecImpl->m_hToken; in osl_getUserIdent()361 if (pSecImpl->m_hToken == NULL) in osl_getUserIdent()474 if (pSecImpl->m_hToken) in osl_getHomeDir()535 if (pSecImpl->m_hToken) in osl_getConfigDir()896 HANDLE hAccessToken = pSecImpl->m_hToken; in getUserNameImpl()[all …]
566 if ((Security != NULL) && (((oslSecurityImpl*)Security)->m_hToken != NULL)) in osl_executeProcess_WithRedirectedIO()569 ((oslSecurityImpl*)Security)->m_hToken, in osl_executeProcess_WithRedirectedIO()
39 HANDLE m_hToken; member
Completed in 17 milliseconds