Home
last modified time | relevance | path

Searched refs:sProfilePath (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/desktop/win32/source/setup/
H A Dsetup.cpp322 TCHAR *sProfilePath = 0; in ReadProfile() local
324 if ( GetPathToFile( PROFILE_NAME, &sProfilePath ) ) in ReadProfile()
329 Log( TEXT( " Open ini file: <%s>\r\n" ), sProfilePath ); in ReadProfile()
331 bRet = GetProfileSection( sProfilePath, SECTION_SETUP, nSize, &pRetBuf ); in ReadProfile()
335 LPTSTR pTmpFile = CopyIniFile( sProfilePath ); in ReadProfile()
336 delete [] sProfilePath; in ReadProfile()
337 sProfilePath = pTmpFile; in ReadProfile()
339 if ( sProfilePath ) in ReadProfile()
343 … Log( TEXT( " Could not open inifile, copied ini file to: <%s>\r\n" ), sProfilePath ); in ReadProfile()
344 bRet = GetProfileSection( sProfilePath, SECTION_SETUP, nSize, &pRetBuf ); in ReadProfile()
[all …]
/AOO41X/main/xmlsecurity/source/xmlsec/nss/
H A Dnssinitializer.cxx212 … ::rtl::OUString sProfilePath = xMozillaBootstrap->getProfilePath( productTypes[i], profile ); in getMozillaCurrentProfile()
213 sResult = ::rtl::OUStringToOString( sProfilePath, osl_getThreadTextEncoding() ); in getMozillaCurrentProfile()