Home
last modified time | relevance | path

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

/trunk/main/desktop/win32/source/setup/
H A Dsetup.cpp307 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 …]
/trunk/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()

Completed in 28 milliseconds