Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for pathHasPrefixFold (0.41 sec)

  1. src/internal/filepathlite/path_windows.go

    		// component of the path in this space, converting
    		// \\.\unc\a\b\..\c into \\.\unc\a\c.
    		return uncLen(path, len(`\\.\UNC\`))
    
    	case pathHasPrefixFold(path, `\\.`) ||
    		pathHasPrefixFold(path, `\\?`) || pathHasPrefixFold(path, `\??`):
    		// Path starts with \\.\, and is a Local Device path; or
    		// path starts with \\?\ or \??\ and is a Root Local Device path.
    		//
    		// We treat the next component after the \\.\ prefix as
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 23:07:50 UTC 2024
    - 8.5K bytes
    - Viewed (0)
Back to top