Home
last modified time | relevance | path

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

/trunk/main/setup_native/source/win32/customactions/patch/
H A Dswappatchfiles.cxx545 std::_tstring sPatchFile = sProgramDir + TEXT("patchlist.txt"); in InstallPatchedFiles() local
556 aSectionNames = getProfileSections( sPatchFile ); in InstallPatchedFiles()
564 aKeyNames = getProfileKeys( sPatchFile, sSectionName ); in InstallPatchedFiles()
568 std::_tstring sValue = getProfileString( sPatchFile, sSectionName, sKeyName ); in InstallPatchedFiles()
628 std::_tstring sPatchFile = sProgramDir + TEXT("patchlist.txt"); in UninstallPatchedFiles() local
637 aSectionNames = getProfileSections( sPatchFile ); in UninstallPatchedFiles()
645 aKeyNames = getProfileKeys( sPatchFile, sSectionName ); in UninstallPatchedFiles()
649 std::_tstring sValue = getProfileString( sPatchFile, sSectionName, sKeyName ); in UninstallPatchedFiles()

Completed in 16 milliseconds