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

References

unittests/Support/ProgramTest.cpp
  309   ASSERT_NO_ERROR(fs::createUniqueDirectory("program-test", TestDirectory));
  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()));
  336   ASSERT_NO_ERROR(fs::remove(TestDirectory.str()));