Searched refs:target_bucket (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/platform/s3/ |
D | s3_file_system.h | 128 const Aws::String& target_bucket, 130 Status SimpleCopy(const Aws::String& source, const Aws::String& target_bucket, 133 const Aws::String& target_bucket, 136 Status AbortMultiPartCopy(Aws::String target_bucket, Aws::String target_key, 139 Aws::String target_bucket, Aws::String target_key, Aws::String uploadId,
|
D | s3_file_system.cc | 909 const Aws::String& target_bucket, in CopyFile() argument 927 return SimpleCopy(source, target_bucket, target_key); in CopyFile() 939 return MultiPartCopy(source, target_bucket, target_key, num_parts, in CopyFile() 945 const Aws::String& target_bucket, in SimpleCopy() argument 947 VLOG(1) << "SimpleCopy from " << source << " to: " << target_bucket << "/" in SimpleCopy() 950 copyObjectRequest.SetBucket(target_bucket.c_str()); in SimpleCopy() 961 const Aws::String& target_bucket, in MultiPartCopy() argument 965 VLOG(1) << "MultiPartCopy from " << source << " to: " << target_bucket << "/" in MultiPartCopy() 968 multipartUploadRequest.SetBucket(target_bucket); in MultiPartCopy() 1022 uploadPartCopyRequest.SetBucket(target_bucket); in MultiPartCopy() [all …]
|
/external/tensorflow/tensorflow/core/util/ |
D | presized_cuckoo_map.h | 106 uint64 target_bucket = 0; in InsertUnique() local 115 target_bucket = bucket; in InsertUnique() 122 InsertInternal(tk, v, target_bucket, target_slot); in InsertUnique()
|
/external/tensorflow/tensorflow/core/platform/cloud/ |
D | gcs_file_system.cc | 1946 string src_bucket, src_object, target_bucket, target_object; in RenameObject() local 1949 ParseGcsPath(target, false, &target_bucket, &target_object)); in RenameObject() 1955 "/rewriteTo/b/", target_bucket, "/o/", in RenameObject()
|