Searched refs:write_ctx_ (Results 1 – 2 of 2) sorted by relevance
96 write_ctx_(nullptr, &mtd_write_close) {} in MtdFileDescriptor()117 write_ctx_.reset(mtd_write_descriptor(fd_, path)); in Open()123 if (!read_ctx_ && !write_ctx_) { in Open()143 CHECK(write_ctx_); in Write()145 mtd_write_data(write_ctx_.get(), static_cast<const char*>(buf), count); in Write()153 if (write_ctx_) { in Seek()162 write_ctx_.reset(); in Close()
56 std::unique_ptr<MtdWriteContext, decltype(&mtd_write_close)> write_ctx_; variable