Searched refs:sProfilePath (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/desktop/win32/source/setup/ |
H A D | setup.cpp | 307 TCHAR *sProfilePath = 0; in ReadProfile() local 309 if ( GetPathToFile( PROFILE_NAME, &sProfilePath ) ) in ReadProfile() 314 Log( TEXT( " Open ini file: <%s>\r\n" ), sProfilePath ); in ReadProfile() 316 bRet = GetProfileSection( sProfilePath, SECTION_SETUP, nSize, &pRetBuf ); in ReadProfile() 320 LPTSTR pTmpFile = CopyIniFile( sProfilePath ); in ReadProfile() 321 delete [] sProfilePath; in ReadProfile() 322 sProfilePath = pTmpFile; in ReadProfile() 324 if ( sProfilePath ) in ReadProfile() 389 bRet = GetProfileSection( sProfilePath, SECTION_LANGUAGE, nSize, &pRetBuf ); in ReadProfile() 434 if ( sProfilePath && ! m_pTmpName ) in ReadProfile() [all …]
|
/aoo42x/main/xmlsecurity/source/xmlsec/nss/ |
H A D | nssinitializer.cxx | 212 … ::rtl::OUString sProfilePath = xMozillaBootstrap->getProfilePath( productTypes[i], profile ); in getMozillaCurrentProfile() 213 sResult = ::rtl::OUStringToOString( sProfilePath, osl_getThreadTextEncoding() ); in getMozillaCurrentProfile()
|
Completed in 51 milliseconds