Home
last modified time | relevance | path

Searched refs:GetLongPathName (Results 1 – 25 of 670) sorted by relevance

12345678910>>...27

/dports/lang/perl5.34/perl-5.34.0/cpan/Win32/t/
H A DUnicode.t63 ok($file, Win32::GetLongPathName("$dir\\$_"));
67 # Win32::GetLongPathName() of the absolute path restores the Unicode dir name
69 my $long = Win32::GetLongPathName($full);
71 ok($long, Win32::GetLongPathName($home)."\\$dir");
85 ok(Win32::GetLongPathName($w32dir), $long);
93 ok(Win32::GetLongPathName($subdir), $long);
97 ok(Win32::GetLongPathName(Win32::GetCwd()), $long);
/dports/lang/perl5.30/perl-5.30.3/cpan/Win32/t/
H A DUnicode.t56 ok($file, Win32::GetLongPathName("$dir\\$_"));
60 # Win32::GetLongPathName() of the absolute path restores the Unicode dir name
62 my $long = Win32::GetLongPathName($full);
64 ok($long, Win32::GetLongPathName($home)."\\$dir");
78 ok(Win32::GetLongPathName($w32dir), $long);
86 ok(Win32::GetLongPathName($subdir), $long);
90 ok(Win32::GetLongPathName(Win32::GetCwd()), $long);
/dports/lang/perl5.32/perl-5.32.1/cpan/Win32/t/
H A DUnicode.t56 ok($file, Win32::GetLongPathName("$dir\\$_"));
60 # Win32::GetLongPathName() of the absolute path restores the Unicode dir name
62 my $long = Win32::GetLongPathName($full);
64 ok($long, Win32::GetLongPathName($home)."\\$dir");
78 ok(Win32::GetLongPathName($w32dir), $long);
86 ok(Win32::GetLongPathName($subdir), $long);
90 ok(Win32::GetLongPathName(Win32::GetCwd()), $long);
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/Win32/t/
H A DUnicode.t63 ok($file, Win32::GetLongPathName("$dir\\$_"));
67 # Win32::GetLongPathName() of the absolute path restores the Unicode dir name
69 my $long = Win32::GetLongPathName($full);
71 ok($long, Win32::GetLongPathName($home)."\\$dir");
85 ok(Win32::GetLongPathName($w32dir), $long);
93 ok(Win32::GetLongPathName($subdir), $long);
97 ok(Win32::GetLongPathName(Win32::GetCwd()), $long);
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dnewapis.h66 #undef GetLongPathName
67 #define GetLongPathName _GetLongPathName macro
69 extern DWORD (CALLBACK *GetLongPathName)(LPCTSTR,LPTSTR,DWORD);
166 GetLongPathName = RealGetLongPathName; in Probe_GetLongPathName()
168 GetLongPathName = Emulate_GetLongPathName; in Probe_GetLongPathName()
169 dwRc = GetLongPathName(ptszShort,ptszLong,ctchBuf); in Probe_GetLongPathName()
172 GetLongPathName = Emulate_GetLongPathName; in Probe_GetLongPathName()
173 dwRc = GetLongPathName(ptszShort,ptszLong,ctchBuf); in Probe_GetLongPathName()
179 DWORD (CALLBACK *GetLongPathName)(LPCTSTR,LPTSTR,DWORD) = Probe_GetLongPathName;
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dnewapis.h66 #undef GetLongPathName
67 #define GetLongPathName _GetLongPathName macro
69 extern DWORD (CALLBACK *GetLongPathName)(LPCTSTR,LPTSTR,DWORD);
166 GetLongPathName = RealGetLongPathName; in Probe_GetLongPathName()
168 GetLongPathName = Emulate_GetLongPathName; in Probe_GetLongPathName()
169 dwRc = GetLongPathName(ptszShort,ptszLong,ctchBuf); in Probe_GetLongPathName()
172 GetLongPathName = Emulate_GetLongPathName; in Probe_GetLongPathName()
173 dwRc = GetLongPathName(ptszShort,ptszLong,ctchBuf); in Probe_GetLongPathName()
179 DWORD (CALLBACK *GetLongPathName)(LPCTSTR,LPTSTR,DWORD) = Probe_GetLongPathName;
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/pkg/system/
H A Dpath_windows.go8 func GetLongPathName(path string) (string, error) { func
12 n, err := syscall.GetLongPathName(&p[0], &b[0], uint32(len(b)))
18 _, err = syscall.GetLongPathName(&p[0], &b[0], uint32(len(b)))
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/docker/docker/pkg/system/
H A Dpath_windows.go8 func GetLongPathName(path string) (string, error) { func
12 n, err := syscall.GetLongPathName(&p[0], &b[0], uint32(len(b)))
18 _, err = syscall.GetLongPathName(&p[0], &b[0], uint32(len(b)))
/dports/sysutils/doctl/doctl-1.68.0/vendor/github.com/docker/docker/pkg/system/
H A Dpath_windows.go8 func GetLongPathName(path string) (string, error) { func
12 n, err := syscall.GetLongPathName(&p[0], &b[0], uint32(len(b)))
18 _, err = syscall.GetLongPathName(&p[0], &b[0], uint32(len(b)))
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/pkg/system/
H A Dpath_windows.go8 func GetLongPathName(path string) (string, error) { func
12 n, err := syscall.GetLongPathName(&p[0], &b[0], uint32(len(b)))
18 _, err = syscall.GetLongPathName(&p[0], &b[0], uint32(len(b)))
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/pkg/system/
H A Dpath_windows.go8 func GetLongPathName(path string) (string, error) { func
15 n, err := windows.GetLongPathName(&p[0], &b[0], uint32(len(b)))
21 _, err = windows.GetLongPathName(&p[0], &b[0], uint32(len(b)))
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/vendor/github.com/docker/docker/pkg/system/
H A Dpath_windows.go8 func GetLongPathName(path string) (string, error) { func
15 n, err := windows.GetLongPathName(&p[0], &b[0], uint32(len(b)))
21 _, err = windows.GetLongPathName(&p[0], &b[0], uint32(len(b)))
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/pkg/system/
H A Dpath_windows.go8 func GetLongPathName(path string) (string, error) { func
15 n, err := windows.GetLongPathName(&p[0], &b[0], uint32(len(b)))
21 _, err = windows.GetLongPathName(&p[0], &b[0], uint32(len(b)))
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/pkg/system/
H A Dpath_windows.go8 func GetLongPathName(path string) (string, error) { func
15 n, err := windows.GetLongPathName(&p[0], &b[0], uint32(len(b)))
21 _, err = windows.GetLongPathName(&p[0], &b[0], uint32(len(b)))
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/vendor/github.com/docker/docker/pkg/system/
H A Dpath_windows.go8 func GetLongPathName(path string) (string, error) { func
15 n, err := windows.GetLongPathName(&p[0], &b[0], uint32(len(b)))
21 _, err = windows.GetLongPathName(&p[0], &b[0], uint32(len(b)))
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/pkg/system/
H A Dpath_windows.go8 func GetLongPathName(path string) (string, error) { func
15 n, err := windows.GetLongPathName(&p[0], &b[0], uint32(len(b)))
21 _, err = windows.GetLongPathName(&p[0], &b[0], uint32(len(b)))
/dports/net/traefik/traefik-2.6.1/vendor/github.com/docker/docker/pkg/system/
H A Dpath_windows.go8 func GetLongPathName(path string) (string, error) { func
15 n, err := windows.GetLongPathName(&p[0], &b[0], uint32(len(b)))
21 _, err = windows.GetLongPathName(&p[0], &b[0], uint32(len(b)))
/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/docker/docker/pkg/system/
H A Dpath_windows.go8 func GetLongPathName(path string) (string, error) { func
15 n, err := windows.GetLongPathName(&p[0], &b[0], uint32(len(b)))
21 _, err = windows.GetLongPathName(&p[0], &b[0], uint32(len(b)))
/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine/Shared/UnitTests/
H A DFileMatcher_Tests.cs134 string longPath = FileMatcher.GetLongPathName in GetLongFileNameForShortLocalPath()
153 string longPath = FileMatcher.GetLongPathName in GetLongFileNameForLongLocalPath()
172 string longPath = FileMatcher.GetLongPathName in GetLongFileNameForShortUncPath()
191 string longPath = FileMatcher.GetLongPathName in GetLongFileNameForLongUncPath()
210 string longPath = FileMatcher.GetLongPathName in GetLongFileNameForRelativePath()
229 string longPath = FileMatcher.GetLongPathName in GetLongFileNameForRelativePathPreservesTrailingSlash()
248 string longPath = FileMatcher.GetLongPathName in GetLongFileNameForRelativePathPreservesExtraSlashes()
267 string longPath = FileMatcher.GetLongPathName in GetLongFileNameForMixedLongAndShort()
287 string longPath = FileMatcher.GetLongPathName in GetLongFileNameWherePartOfThePathDoesntExist()
/dports/lang/spidermonkey60/firefox-60.9.0/python/mozbuild/mozbuild/action/
H A Dcl.py17 GetLongPathName = ctypes.windll.kernel32.GetLongPathNameW variable
41 length = GetLongPathName(shortpath, None, 0)
44 GetLongPathName(shortpath, path, length)
/dports/www/firefox-legacy/firefox-52.8.0esr/python/mozbuild/mozbuild/action/
H A Dcl.py17 GetLongPathName = ctypes.windll.kernel32.GetLongPathNameW variable
41 length = GetLongPathName(shortpath, None, 0)
44 GetLongPathName(shortpath, path, length)
/dports/lang/gcc48/gcc-4.8.5/libgo/go/path/filepath/
H A Dsymlink_windows.go37 n, err := syscall.GetLongPathName(&p[0], &b[0], uint32(len(b)))
43 n, err = syscall.GetLongPathName(&p[0], &b[0], uint32(len(b)))
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/path/filepath/
H A Dsymlink_windows.go37 n, err := syscall.GetLongPathName(&p[0], &b[0], uint32(len(b)))
43 n, err = syscall.GetLongPathName(&p[0], &b[0], uint32(len(b)))
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/path/filepath/
H A Dsymlink_windows.go37 n, err := syscall.GetLongPathName(&p[0], &b[0], uint32(len(b)))
43 n, err = syscall.GetLongPathName(&p[0], &b[0], uint32(len(b)))
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.incubator.jpackage/windows/native/libjpackage/
H A DUtils.cpp61 DWORD dwResult = GetLongPathName(path.c_str(), pBuffer, BUFFER_SIZE); in GetLongPath()
69 GetLongPathName(path.c_str(), pBuffer, dwResult); in GetLongPath()

12345678910>>...27