Home
last modified time | relevance | path

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

/trunk/main/desktop/win32/source/setup/
H A Dsetup.cpp465 TCHAR *pFilePart = 0; in GetPatches() local
466 if ( 0 == GetFullPathName( m_pModuleFile, nPatternLen, pPattern, &pFilePart ) ) in GetPatches()
473 if ( pFilePart ) in GetPatches()
474 *pFilePart = '\0'; in GetPatches()
518 TCHAR *pFilePart = 0; in GetPathToFile() local
519 if ( 0 == GetFullPathName( m_pModuleFile, nTempPath, pTempPath, &pFilePart ) ) in GetPathToFile()
526 if ( pFilePart ) in GetPathToFile()
527 *pFilePart = '\0'; in GetPathToFile()
535 int nReturn = GetFullPathName( pTempPath, nPath, *pPath, &pFilePart ); in GetPathToFile()
544 nReturn = GetFullPathName( pTempPath, nPath, *pPath, &pFilePart ); in GetPathToFile()

Completed in 20 milliseconds