Home
last modified time | relevance | path

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

/aoo4110/main/desktop/win32/source/setup/
H A Dsetup.cpp135 m_pModuleFile = NULL; in SetupAppX()
192 if ( m_pModuleFile ) delete [] m_pModuleFile; in ~SetupAppX()
210 m_pModuleFile = new TCHAR[ MAX_PATH ]; in Initialize()
211 m_pModuleFile[ 0 ] = '\0'; in Initialize()
213 if ( 0 == WIN::GetModuleFileName( hInst, m_pModuleFile, MAX_PATH ) ) in Initialize()
244 Log( TEXT("Starting: %s\r\n"), m_pModuleFile ); in Initialize()
460 …int nPatternLen = lstrlen( m_pModuleFile ) + 7; // 1 for null terminator, 1 for back slash, 5 for … in GetPatches()
466 if ( 0 == GetFullPathName( m_pModuleFile, nPatternLen, pPattern, &pFilePart ) ) in GetPatches()
514 …int nTempPath = lstrlen( m_pModuleFile ) + lstrlen( pFileName ) + 2; // 1 for null terminator, 1 f… in GetPathToFile()
519 if ( 0 == GetFullPathName( m_pModuleFile, nTempPath, pTempPath, &pFilePart ) ) in GetPathToFile()
H A Dsetup.hxx76 LPTSTR m_pModuleFile; member in SetupAppX

Completed in 41 milliseconds