reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

unittests/Support/ProgramTest.cpp
  313   path::append(file_pathname, "international-file.txt");
  315   ASSERT_NO_ERROR(sys::writeFileWithEncoding(file_pathname.c_str(), utf8_text,
  318   ASSERT_NO_ERROR(fs::openFileForRead(file_pathname.c_str(), fd));
  335   ASSERT_NO_ERROR(fs::remove(file_pathname.str()));