Home
last modified time | relevance | path

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

/aoo42x/main/desktop/win32/source/setup/
H A Dsetup.cpp515 TCHAR* pTempPath = new TCHAR[ nTempPath ]; in GetPathToFile() local
519 if ( 0 == GetFullPathName( m_pModuleFile, nTempPath, pTempPath, &pFilePart ) ) in GetPathToFile()
529 StringCchCat( pTempPath, nTempPath, pFileName ); in GetPathToFile()
535 int nReturn = GetFullPathName( pTempPath, nPath, *pPath, &pFilePart ); in GetPathToFile()
544 nReturn = GetFullPathName( pTempPath, nPath, *pPath, &pFilePart ); in GetPathToFile()
567 delete [] pTempPath; in GetPathToFile()

Completed in 36 milliseconds