Home
last modified time | relevance | path

Searched refs:MAX_LONG_PATH (Results 1 – 25 of 426) sorted by relevance

12345678910>>...18

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/win/app/
H A Dfileregistration.cxx34 #define MAX_LONG_PATH 32767 macro
86 WCHAR szRegPath[MAX_LONG_PATH]; in IsDefaultAppInstalledInReg()
87 DWORD cbData = static_cast<DWORD>(MAX_LONG_PATH * sizeof(WCHAR)); in IsDefaultAppInstalledInReg()
93 WCHAR szProcPath[MAX_LONG_PATH]; in IsDefaultAppInstalledInReg()
94 if (!GetModuleFileNameW(nullptr, szProcPath, MAX_LONG_PATH)) in IsDefaultAppInstalledInReg()
97 WCHAR szFullProcPath[MAX_LONG_PATH]; in IsDefaultAppInstalledInReg()
98 if (!GetFullPathNameW(szProcPath, MAX_LONG_PATH, szFullProcPath, nullptr)) in IsDefaultAppInstalledInReg()
101 if (!GetLongPathNameW(szFullProcPath, szFullProcPath, MAX_LONG_PATH)) in IsDefaultAppInstalledInReg()
104 if (!GetLongPathNameW(szRegPath, szRegPath, MAX_LONG_PATH)) in IsDefaultAppInstalledInReg()
/dports/games/openmw/openmw-openmw-0.47.0/components/crashcatcher/
H A Dwindows_crashshm.hpp12 static constexpr const int MAX_LONG_PATH = 0x7fff; variable
32 char mLogFilePath[MAX_LONG_PATH];
H A Dwindows_crashcatcher.cpp139 if (length >= MAX_LONG_PATH) length = MAX_LONG_PATH - 1; in startMonitorProcess()
/dports/editors/libreoffice/libreoffice-7.2.6.2/shell/source/win32/
H A DSysShExec.cxx247 const int MAX_LONG_PATH = 32767; // max longpath on WinNT in execute() local
248 if (pathname.getLength() >= MAX_LONG_PATH) in execute()
254 wchar_t path[MAX_LONG_PATH]; in execute()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sal/osl/w32/
H A Dfile_url.hxx47 #define MAX_LONG_PATH 32767 macro
H A Dprocess.cxx284 ::osl::LongPathBuffer< sal_Unicode > aBuffer( MAX_LONG_PATH ); in bootstrap_getExecutableFile()
338 ::osl::LongPathBuffer< sal_Unicode > aBuffer( MAX_LONG_PATH ); in osl_createCommandArgs_Impl()
473 ::osl::LongPathBuffer< sal_Unicode > aBuffer( MAX_LONG_PATH ); in osl_getProcessWorkingDir()
H A Dfile_url.cxx601 osl::LongPathBuffer<WCHAR> aShortPath(MAX_LONG_PATH); in GetCaseCorrectPathNameEx()
843 ::osl::LongPathBuffer< sal_Unicode > aBuf( MAX_LONG_PATH ); in osl_getSystemPathFromFileURL_()
1110 osl::LongPathBuffer<wchar_t> aBuf(MAX_LONG_PATH); in osl_getAbsoluteFileURL()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sal/osl/w32/
H A Dfile_url.hxx47 #define MAX_LONG_PATH 32767 macro
H A Dprocess.cxx283 ::osl::LongPathBuffer< sal_Unicode > aBuffer( MAX_LONG_PATH ); in bootstrap_getExecutableFile()
337 ::osl::LongPathBuffer< sal_Unicode > aBuffer( MAX_LONG_PATH ); in osl_createCommandArgs_Impl()
486 ::osl::LongPathBuffer< sal_Unicode > aBuffer( MAX_LONG_PATH ); in osl_getProcessWorkingDir()
H A Dfile_url.cxx453 osl::LongPathBuffer<WCHAR> aShortPath(MAX_LONG_PATH); in GetCaseCorrectPathNameEx()
727 ::osl::LongPathBuffer< sal_Unicode > aBuf( MAX_LONG_PATH ); in osl_getSystemPathFromFileURL_()
1015 ::osl::LongPathBuffer< sal_Unicode > aBuffer( MAX_LONG_PATH ); in osl_getAbsoluteFileURL()
1016 ::osl::LongPathBuffer< sal_Unicode > aCurrentDir( MAX_LONG_PATH ); in osl_getAbsoluteFileURL()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/shell/source/win32/
H A DSysShExec.cxx332 const int MAX_LONG_PATH = 32767; // max longpath on WinNT in execute() local
333 if (pathname.getLength() >= MAX_LONG_PATH) in execute()
338 wchar_t path[MAX_LONG_PATH]; in execute()
/dports/www/grafana8/grafana-8.3.6/vendor/go.opentelemetry.io/collector/receiver/hostmetricsreceiver/internal/scraper/pagingscraper/
H A Dpagefile_windows.go82 …a, enumPageFileInfo *enumPageFileInformation, lpFilenamePtr *[syscall.MAX_LONG_PATH]uint16) *bool {
/dports/sysutils/restic/restic-0.12.1/internal/ui/termstatus/
H A Dterminal_windows.go87 FileName [windows.MAX_LONG_PATH]uint16
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/windows/classes/sun/nio/fs/
H A DWindowsPath.java51 private static final int MAX_LONG_PATH = 32000; field in WindowsPath
198 if (resolved.length() > MAX_LONG_PATH) { in getPathForWin32Calls()
200 + MAX_LONG_PATH + " characters"); in getPathForWin32Calls()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/windows/classes/sun/nio/fs/
H A DWindowsPath.java51 private static final int MAX_LONG_PATH = 32000; field in WindowsPath
198 if (resolved.length() > MAX_LONG_PATH) { in getPathForWin32Calls()
200 + MAX_LONG_PATH + " characters"); in getPathForWin32Calls()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/windows/classes/sun/nio/fs/
H A DWindowsPath.java51 private static final int MAX_LONG_PATH = 32000; field in WindowsPath
198 if (resolved.length() > MAX_LONG_PATH) { in getPathForWin32Calls()
200 + MAX_LONG_PATH + " characters"); in getPathForWin32Calls()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsPath.java53 private static final int MAX_LONG_PATH = 32000; field in WindowsPath
200 if (resolved.length() > MAX_LONG_PATH) { in getPathForWin32Calls()
202 + MAX_LONG_PATH + " characters"); in getPathForWin32Calls()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/windows/classes/sun/nio/fs/
H A DWindowsPath.java51 private static final int MAX_LONG_PATH = 32000; field in WindowsPath
198 if (resolved.length() > MAX_LONG_PATH) { in getPathForWin32Calls()
200 + MAX_LONG_PATH + " characters"); in getPathForWin32Calls()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/windows/classes/sun/nio/fs/
H A DWindowsPath.java51 private static final int MAX_LONG_PATH = 32000; field in WindowsPath
198 if (resolved.length() > MAX_LONG_PATH) { in getPathForWin32Calls()
200 + MAX_LONG_PATH + " characters"); in getPathForWin32Calls()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/windows/classes/sun/nio/fs/
H A DWindowsPath.java51 private static final int MAX_LONG_PATH = 32000; field in WindowsPath
198 if (resolved.length() > MAX_LONG_PATH) { in getPathForWin32Calls()
200 + MAX_LONG_PATH + " characters"); in getPathForWin32Calls()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/windows/classes/sun/nio/fs/
H A DWindowsPath.java51 private static final int MAX_LONG_PATH = 32000; field in WindowsPath
198 if (resolved.length() > MAX_LONG_PATH) { in getPathForWin32Calls()
200 + MAX_LONG_PATH + " characters"); in getPathForWin32Calls()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/windows/classes/sun/nio/fs/
H A DWindowsPath.java51 private static final int MAX_LONG_PATH = 32000; field in WindowsPath
198 if (resolved.length() > MAX_LONG_PATH) { in getPathForWin32Calls()
200 + MAX_LONG_PATH + " characters"); in getPathForWin32Calls()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsPath.java53 private static final int MAX_LONG_PATH = 32000; field in WindowsPath
200 if (resolved.length() > MAX_LONG_PATH) { in getPathForWin32Calls()
202 + MAX_LONG_PATH + " characters"); in getPathForWin32Calls()
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/google/gops/vendor/github.com/shirou/gopsutil/v3/mem/
H A Dmem_windows.go155 …e, enumPageFileInfo *enumPageFileInformation, lpFilenamePtr *[syscall.MAX_LONG_PATH]uint16) *bool {
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/shirou/gopsutil/v3/mem/
H A Dmem_windows.go155 …e, enumPageFileInfo *enumPageFileInformation, lpFilenamePtr *[syscall.MAX_LONG_PATH]uint16) *bool {

12345678910>>...18