Lines Matching refs:sProfilePath
322 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()
404 bRet = GetProfileSection( sProfilePath, SECTION_LANGUAGE, nSize, &pRetBuf ); in ReadProfile()
449 if ( sProfilePath && ! m_pTmpName ) in ReadProfile()
450 delete [] sProfilePath; in ReadProfile()