HomeSort by relevance Sort by last modified time
    Searched refs:UNC (Results 1 - 12 of 12) sorted by null

  /prebuilts/go/darwin-x86/src/path/filepath/
path_windows.go 40 // is it UNC? https://msdn.microsoft.com/en-us/library/windows/desktop/aa365247(v=vs.85).aspx
136 // UNC path on Windows. Unless the first element is a UNC path, Join
137 // shouldn't create a UNC path. See golang.org/issue/9167.
142 // p == UNC only allowed when the first element is a UNC path.
147 // head + tail == UNC, but joining two non-UNC paths should not result
148 // in a UNC path. Undo creation of UNC path
    [all...]
symlink_windows.go 52 // * UNC paths (e.g \\server\share\foo\bar)
path.go 89 // should be UNC
202 // On Windows, the result is a UNC path if and only if the first path
203 // element is a UNC path.
  /prebuilts/go/linux-x86/src/path/filepath/
path_windows.go 40 // is it UNC? https://msdn.microsoft.com/en-us/library/windows/desktop/aa365247(v=vs.85).aspx
136 // UNC path on Windows. Unless the first element is a UNC path, Join
137 // shouldn't create a UNC path. See golang.org/issue/9167.
142 // p == UNC only allowed when the first element is a UNC path.
147 // head + tail == UNC, but joining two non-UNC paths should not result
148 // in a UNC path. Undo creation of UNC path
    [all...]
symlink_windows.go 52 // * UNC paths (e.g \\server\share\foo\bar)
path.go 89 // should be UNC
202 // On Windows, the result is a UNC path if and only if the first path
203 // element is a UNC path.
  /prebuilts/go/darwin-x86/src/os/
path_windows.go 65 // is it UNC
158 // \\?\c:\windows\foo.txt or \\?\UNC\server\share\foo.txt.
166 // \\?\UNC\server\share paths because the rules for doing so
169 // Don't canonicalize UNC paths.
  /prebuilts/go/linux-x86/src/os/
path_windows.go 65 // is it UNC
158 // \\?\c:\windows\foo.txt or \\?\UNC\server\share\foo.txt.
166 // \\?\UNC\server\share paths because the rules for doing so
169 // Don't canonicalize UNC paths.
  /prebuilts/go/darwin-x86/src/syscall/
syscall_windows.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
syscall_windows.go     [all...]
  /prebuilts/go/darwin-x86/src/testing/
testing.go     [all...]
  /prebuilts/go/linux-x86/src/testing/
testing.go     [all...]

Completed in 776 milliseconds