Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/cloud/
Dgcs_file_system.h159 return allowed_locations_; in allowed_locations()
328 std::unordered_set<string> allowed_locations_; variable
Dgcs_file_system.cc802 &allowed_locations_); in GcsFileSystem()
824 allowed_locations_(allowed_locations), in GcsFileSystem()
1149 if (allowed_locations_.empty()) { in CheckBucketLocationConstraint()
1154 if (allowed_locations_.erase(kDetectZoneSentinalValue) == 1) { in CheckBucketLocationConstraint()
1157 allowed_locations_.insert(ZoneToRegion(&zone)); in CheckBucketLocationConstraint()
1162 if (allowed_locations_.find(location) != allowed_locations_.end()) { in CheckBucketLocationConstraint()
1169 str_util::Join(allowed_locations_, ", ").c_str())); in CheckBucketLocationConstraint()