Searched refs:RenameObject (Results 1 – 2 of 2) sorted by relevance
294 Status RenameObject(const string& src, const string& target);
1506 return RenameObject(src, target); in RenameFile()1515 RenameObject(JoinGcsPath(src, subpath), JoinGcsPath(target, subpath))); in RenameFile()1521 Status GcsFileSystem::RenameObject(const string& src, const string& target) { in RenameObject() function in tensorflow::GcsFileSystem