Searched refs:empty_object_ok (Results 1 – 2 of 2) sorted by relevance
142 Status ParseS3Path(const string& fname, bool empty_object_ok, string* bucket, in ParseS3Path() argument160 if (!empty_object_ok && object->empty()) { in ParseS3Path()
175 Status ParseGcsPath(StringPiece fname, bool empty_object_ok, string* bucket, in ParseGcsPath() argument190 if (!empty_object_ok && object->empty()) { in ParseGcsPath()