OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNC
(Results
1 - 8
of
8
) sorted by null
/prebuilts/go/darwin-x86/src/path/filepath/
path_windows.go
40
// is it
UNC
124
//
UNC
path on Windows. Unless the first element is a
UNC
path, Join
125
// shouldn't create a
UNC
path. See golang.org/issue/9167.
130
// p ==
UNC
only allowed when the first element is a
UNC
path.
135
// head + tail ==
UNC
, but joining two non-
UNC
paths should not result
136
// in a
UNC
path. Undo creation of
UNC
path
[
all
...]
path.go
90
// should be
UNC
203
// On Windows, the result is a
UNC
path if and only if the first path
204
// element is a
UNC
path.
/prebuilts/go/linux-x86/src/path/filepath/
path_windows.go
40
// is it
UNC
124
//
UNC
path on Windows. Unless the first element is a
UNC
path, Join
125
// shouldn't create a
UNC
path. See golang.org/issue/9167.
130
// p ==
UNC
only allowed when the first element is a
UNC
path.
135
// head + tail ==
UNC
, but joining two non-
UNC
paths should not result
136
// in a
UNC
path. Undo creation of
UNC
path
[
all
...]
path.go
90
// should be
UNC
203
// On Windows, the result is a
UNC
path if and only if the first path
204
// element is a
UNC
path.
/prebuilts/go/darwin-x86/src/os/
stat_windows.go
146
// is it
UNC
/prebuilts/go/linux-x86/src/os/
stat_windows.go
146
// is it
UNC
/prebuilts/go/darwin-x86/src/testing/
testing.go
678
// Absolute paths always have a drive letter (ignoring
UNC
).
/prebuilts/go/linux-x86/src/testing/
testing.go
678
// Absolute paths always have a drive letter (ignoring
UNC
).
Completed in 105 milliseconds