Home
last modified time | relevance | path

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

/AOO41X/main/desktop/win32/source/setup/
H A Dsetup.cpp871 TCHAR *pDataBasePath = NULL; in Install() local
873 if ( ! GetPathToFile( m_pDatabase, &pDataBasePath ) ) in Install()
895 nParLen += lstrlen( pDataBasePath ) + 3; // two quotes, one null in Install()
934 StringCchCat( pParams, nParLen, pDataBasePath ); in Install()