HomeSort by relevance Sort by last modified time
    Searched defs:ObjectHandle (Results 1 - 2 of 2) sorted by null

  /external/syzkaller/vendor/cloud.google.com/go/storage/
storage.go 255 // ObjectHandle provides operations on an object in a Google Cloud Storage bucket.
257 type ObjectHandle struct {
271 func (o *ObjectHandle) ACL() *ACLHandle {
275 // Generation returns a new ObjectHandle that operates on a specific generation
280 func (o *ObjectHandle) Generation(gen int64) *ObjectHandle {
286 // If returns a new ObjectHandle that applies a set of preconditions.
287 // Preconditions already set on the ObjectHandle are ignored.
291 func (o *ObjectHandle) If(conds Conditions) *ObjectHandle {
    [all...]
  /external/libmtp/src/
ptp.h     [all...]

Completed in 277 milliseconds