Home
last modified time | relevance | path

Searched refs:ofs (Results 1 – 2 of 2) sorted by relevance

/art/tools/hiddenapi/
Dhiddenapi.cc716 std::ofstream ofs(path.c_str(), std::ofstream::out | std::ofstream::binary); in WriteTo() local
717 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()
Dhiddenapi_test.cc133 std::ofstream ofs(file.GetFilename(), std::ofstream::out); in OpenStream() local
134 if (ofs.fail()) { in OpenStream()
138 return ofs; in OpenStream()