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.cpp514 …int nTempPath = lstrlen( m_pModuleFile ) + lstrlen( pFileName ) + 2; // 1 for null terminator, 1 f… in GetPathToFile() local
515 TCHAR* pTempPath = new TCHAR[ nTempPath ]; in GetPathToFile()
519 if ( 0 == GetFullPathName( m_pModuleFile, nTempPath, pTempPath, &pFilePart ) ) in GetPathToFile()
529 StringCchCat( pTempPath, nTempPath, pFileName ); in GetPathToFile()
531 int nPath = 2 * nTempPath; in GetPathToFile()

Completed in 19 milliseconds