Home
last modified time | relevance | path

Searched refs:kTempDirPrefix (Results 1 – 25 of 27) sorted by relevance

12

/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/lzmasdk-18.05/CPP/7zip/Bundles/SFXSetup/
H A DSfxSetup.cpp36 static CFSTR const kTempDirPrefix = FTEXT("7zS"); variable
207 if (!tempDir.Create(kTempDirPrefix)) in WinMain()
/dports/emulators/mess/mame-mame0226/3rdparty/lzma/CPP/7zip/Bundles/SFXSetup/
H A DSfxSetup.cpp36 static CFSTR kTempDirPrefix = FTEXT("7zS"); variable
207 if (!tempDir.Create(kTempDirPrefix)) in WinMain()
/dports/archivers/lzma/lzma-19.00/CPP/7zip/Bundles/SFXSetup/
H A DSfxSetup.cpp36 static CFSTR const kTempDirPrefix = FTEXT("7zS"); variable
207 if (!tempDir.Create(kTempDirPrefix)) in WinMain()
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Bundles/SFXSetup/
H A DSfxSetup.cpp36 static CFSTR const kTempDirPrefix = FTEXT("7zS"); variable
209 if (!tempDir.Create(kTempDirPrefix)) in WinMain()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Bundles/SFXSetup/
H A DSfxSetup.cpp36 static CFSTR const kTempDirPrefix = FTEXT("7zS"); variable
207 if (!tempDir.Create(kTempDirPrefix)) in WinMain()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/lzma-16.04/CPP/7zip/Bundles/SFXSetup/
H A DSfxSetup.cpp36 static CFSTR kTempDirPrefix = FTEXT("7zS"); variable
207 if (!tempDir.Create(kTempDirPrefix)) in WinMain()
/dports/emulators/mame/mame-mame0226/3rdparty/lzma/CPP/7zip/Bundles/SFXSetup/
H A DSfxSetup.cpp36 static CFSTR kTempDirPrefix = FTEXT("7zS"); variable
207 if (!tempDir.Create(kTempDirPrefix)) in WinMain()
/dports/www/firefox-esr/firefox-91.8.0/other-licenses/7zstub/src/CPP/7zip/Bundles/SFXSetup/
H A DSfxSetup.cpp36 static CFSTR const kTempDirPrefix = FTEXT("7zS"); variable
415 if (!extractOnly && !tempDir.Create(kTempDirPrefix)) in WinMain()
/dports/www/firefox/firefox-99.0/other-licenses/7zstub/src/CPP/7zip/Bundles/SFXSetup/
H A DSfxSetup.cpp36 static CFSTR const kTempDirPrefix = FTEXT("7zS"); variable
415 if (!extractOnly && !tempDir.Create(kTempDirPrefix)) in WinMain()
/dports/mail/thunderbird/thunderbird-91.8.0/other-licenses/7zstub/src/CPP/7zip/Bundles/SFXSetup/
H A DSfxSetup.cpp36 static CFSTR const kTempDirPrefix = FTEXT("7zS"); variable
415 if (!extractOnly && !tempDir.Create(kTempDirPrefix)) in WinMain()
/dports/lang/spidermonkey78/firefox-78.9.0/other-licenses/7zstub/src/CPP/7zip/Bundles/SFXSetup/
H A DSfxSetup.cpp36 static CFSTR const kTempDirPrefix = FTEXT("7zS"); variable
415 if (!extractOnly && !tempDir.Create(kTempDirPrefix)) in WinMain()
/dports/lang/spidermonkey60/firefox-60.9.0/other-licenses/7zstub/src/CPP/7zip/Bundles/SFXSetup/
H A DSfxSetup.cpp36 static CFSTR const kTempDirPrefix = FTEXT("7zS"); variable
417 if (!extractOnly && !tempDir.Create(kTempDirPrefix)) in WinMain()
/dports/www/firefox-legacy/firefox-52.8.0esr/other-licenses/7zstub/src/7zip/Bundles/SFXSetup-moz/
H A DMain.cpp34 static LPCTSTR kTempDirPrefix = TEXT("7zS"); variable
409 if (!extractOnly && !tempDir.Create(kTempDirPrefix)) in WinMain()
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/UI/FileManager/
H A DPanelItemOpen.cpp49 static const wchar_t *kTempDirPrefix = L"7zO"; variable
498 tempDirectory.Create(kTempDirPrefix); in OpenItemInArchive()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/installer/test/
H A Dalternate_version_generator.cc79 const base::char16 kTempDirPrefix[] = L"mini_installer_test_temp"; variable
96 if (!base::CreateNewTempDirectory(&kTempDirPrefix[0], &directory_)) { in Initialize()
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/UI/FileManager/
H A DPanelDrag.cpp34 #define kTempDirPrefix FTEXT("7zE") macro
341 if (!tempDirectory.Create(kTempDirPrefix)) in OnDrag()
H A DApp.cpp41 #define kTempDirPrefix FTEXT("7zE") macro
768 tempDirectory.Create(kTempDirPrefix); in OnCopy()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/UI/FileManager/
H A DApp.cpp41 #define kTempDirPrefix FTEXT("7zE") macro
769 tempDirectory.Create(kTempDirPrefix); in OnCopy()
H A DPanelDrag.cpp34 #define kTempDirPrefix FTEXT("7zE") macro
339 tempDirectory.Create(kTempDirPrefix); in OnDrag()
H A DPanelItemOpen.cpp49 #define kTempDirPrefix FTEXT("7zO") macro
1615 if (!tempDirectory.Create(kTempDirPrefix)) in OpenItemInArchive()
/dports/www/firefox-esr/firefox-91.8.0/other-licenses/7zstub/
H A Dmozilla_customizations.diff281 - if (!tempDir.Create(kTempDirPrefix))
283 + if (!extractOnly && !tempDir.Create(kTempDirPrefix))
/dports/www/firefox/firefox-99.0/other-licenses/7zstub/
H A Dmozilla_customizations.diff281 - if (!tempDir.Create(kTempDirPrefix))
283 + if (!extractOnly && !tempDir.Create(kTempDirPrefix))
/dports/mail/thunderbird/thunderbird-91.8.0/other-licenses/7zstub/
H A Dmozilla_customizations.diff281 - if (!tempDir.Create(kTempDirPrefix))
283 + if (!extractOnly && !tempDir.Create(kTempDirPrefix))
/dports/lang/spidermonkey78/firefox-78.9.0/other-licenses/7zstub/
H A Dmozilla_customizations.diff281 - if (!tempDir.Create(kTempDirPrefix))
283 + if (!extractOnly && !tempDir.Create(kTempDirPrefix))
/dports/lang/spidermonkey60/firefox-60.9.0/other-licenses/7zstub/
H A Dmozilla_customizations.diff337 - if (!tempDir.Create(kTempDirPrefix))
339 + if (!extractOnly && !tempDir.Create(kTempDirPrefix))

12