Searched refs:InstallFiles (Results 1 – 3 of 3) sorted by relevance
43 BOOL InstallFiles(BOOL bNoCopy, BOOL *pbQuit);
755 if (!cinst.InstallFiles(g_bNoCopy, &g_bQuit)) { in install_prog()927 if (!cinst.InstallFiles(g_bNoCopy, &g_bQuit)) { in install_fonts()
196 BOOL CInstall::InstallFiles(BOOL bNoCopy, BOOL *pbQuit) in InstallFiles() function in CInstall