Searched refs:ofs (Results 1 – 2 of 2) sorted by relevance
716 std::ofstream ofs(path.c_str(), std::ofstream::out | std::ofstream::binary); in WriteTo() local717 ofs.write(reinterpret_cast<const char*>(data_.data()), data_.size()); in WriteTo()718 ofs.flush(); in WriteTo()719 CHECK(ofs.good()); in WriteTo()720 ofs.close(); in WriteTo()
133 std::ofstream ofs(file.GetFilename(), std::ofstream::out); in OpenStream() local134 if (ofs.fail()) { in OpenStream()138 return ofs; in OpenStream()