Searched refs:StatForObject (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/platform/cloud/ |
D | gcs_file_system.h | 288 Status StatForObject(const string& fname, const string& bucket,
|
D | gcs_file_system.cc | 1034 const Status status = StatForObject(fname, bucket, object, &stat); in FileExists() 1051 const Status status = StatForObject(fname, bucket, object, &stat); in ObjectExists() 1119 Status GcsFileSystem::StatForObject(const string& fname, const string& bucket, in StatForObject() function in tensorflow::GcsFileSystem 1410 const Status status = StatForObject(fname, bucket, object, &gcs_stat); in Stat()
|