Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Namespace (0.26 sec)

  1. src/archive/tar/common.go

    	Devminor int64 // Minor device number (valid for TypeChar or TypeBlock)
    
    	// Xattrs stores extended attributes as PAX records under the
    	// "SCHILY.xattr." namespace.
    	//
    	// The following are semantically equivalent:
    	//  h.Xattrs[key] = value
    	//  h.PAXRecords["SCHILY.xattr."+key] = value
    	//
    	// When Writer.WriteHeader is called, the contents of Xattrs will take
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Mar 15 16:01:50 GMT 2024
    - 24.7K bytes
    - Viewed (2)
  2. api/go1.4.txt

    pkg sync/atomic, method (*Value) Load() interface{}
    pkg sync/atomic, method (*Value) Store(interface{})
    pkg sync/atomic, type Value struct
    
    # CL 126190043 syscall: support UID/GID map files for Linux user namespaces, Mrunal Patel <******@****.***>
    pkg syscall (linux-386), type SysProcAttr struct, GidMappings []SysProcIDMap
    pkg syscall (linux-386), type SysProcAttr struct, UidMappings []SysProcIDMap
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 12 03:01:01 GMT 2014
    - 34K bytes
    - Viewed (0)
Back to top