Searched refs:GetBucketLocation (Results 1 – 2 of 2) sorted by relevance
251 Status GetBucketLocation(const string& bucket, string* location);
1161 TF_RETURN_IF_ERROR(GetBucketLocation(bucket, &location)); in CheckBucketLocationConstraint()1172 Status GcsFileSystem::GetBucketLocation(const string& bucket, in GetBucketLocation() function in tensorflow::GcsFileSystem