Searched refs:pFilePart (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/desktop/win32/source/setup/ |
| H A D | setup.cpp | 480 TCHAR *pFilePart = 0; in GetPatches() local 481 if ( 0 == GetFullPathName( m_pModuleFile, nPatternLen, pPattern, &pFilePart ) ) in GetPatches() 488 if ( pFilePart ) in GetPatches() 489 *pFilePart = '\0'; in GetPatches() 533 TCHAR *pFilePart = 0; in GetPathToFile() local 534 if ( 0 == GetFullPathName( m_pModuleFile, nTempPath, pTempPath, &pFilePart ) ) in GetPathToFile() 541 if ( pFilePart ) in GetPathToFile() 542 *pFilePart = '\0'; in GetPathToFile() 550 int nReturn = GetFullPathName( pTempPath, nPath, *pPath, &pFilePart ); in GetPathToFile() 559 nReturn = GetFullPathName( pTempPath, nPath, *pPath, &pFilePart ); in GetPathToFile()
|