Home
last modified time | relevance | path

Searched refs:CheckBucketLocationConstraint (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/platform/cloud/
Dgcs_file_system.h255 Status CheckBucketLocationConstraint(const string& bucket);
Dgcs_file_system.cc833 TF_RETURN_IF_ERROR(CheckBucketLocationConstraint(bucket)); in NewRandomAccessFile()
1148 Status GcsFileSystem::CheckBucketLocationConstraint(const string& bucket) { in CheckBucketLocationConstraint() function in tensorflow::GcsFileSystem