go/src/path
Damien Neil 8caf4bb3e7 [release-branch.go1.21] path/filepath: consider \\?\c: as a volume on Windows
While fixing several bugs in path handling on Windows,
beginning with \\?\.

Prior to #540277, VolumeName considered the first path component
after the \\?\ prefix to be part of the volume name.
After, it considered only the \\? prefix to be the volume name.

Restore the previous behavior.

For #64028.
Fixes #64041.

Change-Id: I6523789e61776342800bd607fb3f29d496257e68
Reviewed-on: https://go-review.googlesource.com/c/go/+/541175
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Roland Shoemaker <roland@golang.org>
(cherry picked from commit eda42f7c60)
Reviewed-on: https://go-review.googlesource.com/c/go/+/541521
Reviewed-by: Damien Neil <dneil@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
2023-11-28 16:59:27 +00:00
..
filepath [release-branch.go1.21] path/filepath: consider \\?\c: as a volume on Windows 2023-11-28 16:59:27 +00:00
example_test.go
match.go all: remove trailing blank doc comment lines 2022-04-01 18:18:07 +00:00
match_test.go
path.go all: gofmt main repo 2022-04-11 16:34:30 +00:00
path_test.go