Searched refs:pFilePart (Results 1 – 1 of 1) sorted by relevance
/aoo42x/main/desktop/win32/source/setup/ |
H A D | setup.cpp | 465 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 33 milliseconds