Home
last modified time | relevance | path

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

/trunk/main/desktop/win32/source/setup/
H A Dsetup.cpp529 …int nTempPath = lstrlen( m_pModuleFile ) + lstrlen( pFileName ) + 2; // 1 for null terminator, 1 f… in GetPathToFile() local
530 TCHAR* pTempPath = new TCHAR[ nTempPath ]; in GetPathToFile()
534 if ( 0 == GetFullPathName( m_pModuleFile, nTempPath, pTempPath, &pFilePart ) ) in GetPathToFile()
544 StringCchCat( pTempPath, nTempPath, pFileName ); in GetPathToFile()
546 int nPath = 2 * nTempPath; in GetPathToFile()