Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for fileDelete (0.08 sec)

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

    	PORT_ALERT_UPDATE  = 0x2
    	PORT_ALERT_INVALID = 0x3
    	FILE_ACCESS        = 0x1
    	FILE_MODIFIED      = 0x2
    	FILE_ATTRIB        = 0x4
    	FILE_TRUNC         = 0x100000
    	FILE_NOFOLLOW      = 0x10000000
    	FILE_DELETE        = 0x10
    	FILE_RENAME_TO     = 0x20
    	FILE_RENAME_FROM   = 0x40
    	UNMOUNTED          = 0x20000000
    	MOUNTEDOVER        = 0x40000000
    	FILE_EXCEPTION     = 0x60000070
    )
    
    const (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 7.5K bytes
    - Viewed (0)
Back to top