Home | History | Annotate | Download | only in filepath

Lines Matching refs:UNC

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.
156 // isUNC reports whether path is a UNC path.