|
LibreOffice Module onlineupdate (master) 1
|
Go to the source code of this file.
Macros | |
| #define | COMPARE_BLOCKSIZE 32768 |
| #define | UPDATER_IDENTITY_STRING "libreoffice-updater.exe-7bab28a0-0599-4f37-9efe-f7f8b71f05e3" |
| #define | IDS_UPDATER_IDENTITY 1006 |
Functions | |
| BOOL | PathAppendSafe (LPWSTR base, LPCWSTR extra) |
| BOOL | VerifySameFiles (LPCWSTR file1Path, LPCWSTR file2Path, BOOL &sameContent) |
| Verifies if 2 files are byte for byte equivalent. More... | |
| #define COMPARE_BLOCKSIZE 32768 |
Definition at line 14 of file servicebase.hxx.
| #define IDS_UPDATER_IDENTITY 1006 |
Definition at line 21 of file servicebase.hxx.
| #define UPDATER_IDENTITY_STRING "libreoffice-updater.exe-7bab28a0-0599-4f37-9efe-f7f8b71f05e3" |
Definition at line 20 of file servicebase.hxx.
| BOOL PathAppendSafe | ( | LPWSTR | base, |
| LPCWSTR | extra | ||
| ) |
Verifies if 2 files are byte for byte equivalent.
| file1Path | The first file to verify. |
| file2Path | The second file to verify. |
| sameContent | Out parameter, TRUE if the files are equal |
Definition at line 19 of file servicebase.cxx.
References COMPARE_BLOCKSIZE, FALSE, AutoHandle::get(), i, and TRUE.
Referenced by ProcessSoftwareUpdateCommand().