Searched refs:m_pModuleFile (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/desktop/win32/source/setup/ |
| H A D | setup.cpp | 150 m_pModuleFile = NULL; in SetupApp() 207 if ( m_pModuleFile ) delete [] m_pModuleFile; in ~SetupApp() 225 m_pModuleFile = new TCHAR[ MAX_PATH ]; in Initialize() 226 m_pModuleFile[ 0 ] = '\0'; in Initialize() 228 if ( 0 == WIN::GetModuleFileName( hInst, m_pModuleFile, MAX_PATH ) ) in Initialize() 259 Log( TEXT("Starting: %s\r\n"), m_pModuleFile ); in Initialize() 475 …int nPatternLen = lstrlen( m_pModuleFile ) + 7; // 1 for null terminator, 1 for back slash, 5 for … in GetPatches() 481 if ( 0 == GetFullPathName( m_pModuleFile, nPatternLen, pPattern, &pFilePart ) ) in GetPatches() 529 …int nTempPath = lstrlen( m_pModuleFile ) + lstrlen( pFileName ) + 2; // 1 for null terminator, 1 f… in GetPathToFile() 534 if ( 0 == GetFullPathName( m_pModuleFile, nTempPath, pTempPath, &pFilePart ) ) in GetPathToFile()
|
| H A D | setup.hxx | 55 LPTSTR m_pModuleFile; member in SetupApp
|