Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for SetTime (0.1 sec)

  1. cmd/metacache-entries.go

    	}
    
    	// check both fileInfo's have same number of versions, if not skip
    	// the `other` entry.
    	if len(eVers.versions) != len(oVers.versions) {
    		eTime := eVers.latestModtime()
    		oTime := oVers.latestModtime()
    		if !eTime.Equal(oTime) {
    			if eTime.After(oTime) {
    				return e, false
    			}
    			return other, false
    		}
    		// Tiebreak on version count.
    		if len(eVers.versions) > len(oVers.versions) {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 04:34:26 UTC 2024
    - 24K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_386.go

    	ESHUTDOWN       = syscall.Errno(0x6c)
    	ESOCKTNOSUPPORT = syscall.Errno(0x5e)
    	ESRMNT          = syscall.Errno(0x45)
    	ESTALE          = syscall.Errno(0x74)
    	ESTRPIPE        = syscall.Errno(0x56)
    	ETIME           = syscall.Errno(0x3e)
    	ETIMEDOUT       = syscall.Errno(0x6e)
    	ETOOMANYREFS    = syscall.Errno(0x6d)
    	EUCLEAN         = syscall.Errno(0x75)
    	EUNATCH         = syscall.Errno(0x31)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go

    	ESHUTDOWN       = syscall.Errno(0x6c)
    	ESOCKTNOSUPPORT = syscall.Errno(0x5e)
    	ESRMNT          = syscall.Errno(0x45)
    	ESTALE          = syscall.Errno(0x74)
    	ESTRPIPE        = syscall.Errno(0x56)
    	ETIME           = syscall.Errno(0x3e)
    	ETIMEDOUT       = syscall.Errno(0x6e)
    	ETOOMANYREFS    = syscall.Errno(0x6d)
    	EUCLEAN         = syscall.Errno(0x75)
    	EUNATCH         = syscall.Errno(0x31)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go

    	ESHUTDOWN       = syscall.Errno(0x6c)
    	ESOCKTNOSUPPORT = syscall.Errno(0x5e)
    	ESRMNT          = syscall.Errno(0x45)
    	ESTALE          = syscall.Errno(0x74)
    	ESTRPIPE        = syscall.Errno(0x56)
    	ETIME           = syscall.Errno(0x3e)
    	ETIMEDOUT       = syscall.Errno(0x6e)
    	ETOOMANYREFS    = syscall.Errno(0x6d)
    	EUCLEAN         = syscall.Errno(0x75)
    	EUNATCH         = syscall.Errno(0x31)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
Back to top