Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/onlineupdate/source/update/common/
H A Dupdatehelper.cxx126 WCHAR slogFile[MAX_PATH + 1] = { L'\0' }; in LaunchWinPostProcess() local
127 wcsncpy(slogFile, updateInfoDir, MAX_PATH); in LaunchWinPostProcess()
128 if (!PathAppendSafe(slogFile, L"update.log")) in LaunchWinPostProcess()
156 CopyFileW(slogFile, dlogFile, false); in LaunchWinPostProcess()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/onlineupdate/source/update/common/
H A Dupdatehelper.cxx126 WCHAR slogFile[MAX_PATH + 1] = { L'\0' }; in LaunchWinPostProcess() local
127 wcsncpy(slogFile, updateInfoDir, MAX_PATH); in LaunchWinPostProcess()
128 if (!PathAppendSafe(slogFile, L"update.log")) in LaunchWinPostProcess()
156 CopyFileW(slogFile, dlogFile, false); in LaunchWinPostProcess()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/mozapps/update/updater/
H A Dupdater.cpp2032 WCHAR slogFile[MAX_PATH + 1] = {L'\0'}; in LaunchWinPostProcess() local
2034 if (!GetSecureOutputFilePath(gPatchDirPath, L".log", slogFile)) { in LaunchWinPostProcess()
2038 wcsncpy(slogFile, updateInfoDir, MAX_PATH); in LaunchWinPostProcess()
2039 if (!PathAppendSafe(slogFile, L"update.log")) { in LaunchWinPostProcess()
2065 CopyFileW(slogFile, dlogFile, false); in LaunchWinPostProcess()
/dports/www/firefox/firefox-99.0/toolkit/mozapps/update/updater/
H A Dupdater.cpp2042 WCHAR slogFile[MAX_PATH + 1] = {L'\0'}; in LaunchWinPostProcess() local
2044 if (!GetSecureOutputFilePath(gPatchDirPath, L".log", slogFile)) { in LaunchWinPostProcess()
2048 wcsncpy(slogFile, updateInfoDir, MAX_PATH); in LaunchWinPostProcess()
2049 if (!PathAppendSafe(slogFile, L"update.log")) { in LaunchWinPostProcess()
2070 CopyFileW(slogFile, dlogFile, false); in LaunchWinPostProcess()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/mozapps/update/updater/
H A Dupdater.cpp2032 WCHAR slogFile[MAX_PATH + 1] = {L'\0'}; in LaunchWinPostProcess() local
2034 if (!GetSecureOutputFilePath(gPatchDirPath, L".log", slogFile)) { in LaunchWinPostProcess()
2038 wcsncpy(slogFile, updateInfoDir, MAX_PATH); in LaunchWinPostProcess()
2039 if (!PathAppendSafe(slogFile, L"update.log")) { in LaunchWinPostProcess()
2060 CopyFileW(slogFile, dlogFile, false); in LaunchWinPostProcess()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/mozapps/update/updater/
H A Dupdater.cpp2032 WCHAR slogFile[MAX_PATH + 1] = {L'\0'}; in LaunchWinPostProcess() local
2034 if (!GetSecureOutputFilePath(gPatchDirPath, L".log", slogFile)) { in LaunchWinPostProcess()
2038 wcsncpy(slogFile, updateInfoDir, MAX_PATH); in LaunchWinPostProcess()
2039 if (!PathAppendSafe(slogFile, L"update.log")) { in LaunchWinPostProcess()
2060 CopyFileW(slogFile, dlogFile, false); in LaunchWinPostProcess()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/mozapps/update/updater/
H A Dupdater.cpp1914 WCHAR slogFile[MAX_PATH + 1] = {L'\0'}; local
1915 wcsncpy(slogFile, updateInfoDir, MAX_PATH);
1916 if (!PathAppendSafe(slogFile, L"update.log")) {
1941 CopyFileW(slogFile, dlogFile, false);
/dports/editors/libreoffice/libreoffice-7.2.6.2/onlineupdate/source/update/updater/
H A Dupdater.cxx2078 WCHAR slogFile[MAX_PATH + 1] = { L'\0' }; local
2079 wcsncpy(slogFile, updateInfoDir, MAX_PATH);
2080 if (!PathAppendSafe(slogFile, L"update.log"))
2108 CopyFileW(slogFile, dlogFile, false);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/onlineupdate/source/update/updater/
H A Dupdater.cxx2077 WCHAR slogFile[MAX_PATH + 1] = { L'\0' }; local
2078 wcsncpy(slogFile, updateInfoDir, MAX_PATH);
2079 if (!PathAppendSafe(slogFile, L"update.log"))
2107 CopyFileW(slogFile, dlogFile, false);
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/mozapps/update/updater/
H A Dupdater.cpp2062 WCHAR slogFile[MAX_PATH + 1] = { L'\0' }; local
2063 wcsncpy(slogFile, updateInfoDir, MAX_PATH);
2064 if (!PathAppendSafe(slogFile, L"update.log")) {
2089 CopyFileW(slogFile, dlogFile, false);