Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isSpecialPath (0.1 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/syscall_zos_s390x.go

    	var statLE Stat_LE_t
    	err = lstat(path, &statLE)
    	copyStat(stat, &statLE)
    	return
    }
    
    // for checking symlinks begins with $VERSION/ $SYSNAME/ $SYSSYMR/ $SYSSYMA/
    func isSpecialPath(path []byte) (v bool) {
    	var special = [4][8]byte{
    		[8]byte{'V', 'E', 'R', 'S', 'I', 'O', 'N', '/'},
    		[8]byte{'S', 'Y', 'S', 'N', 'A', 'M', 'E', '/'},
    		[8]byte{'S', 'Y', 'S', 'S', 'Y', 'M', 'R', '/'},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 84.4K bytes
    - Viewed (0)
Back to top