Lines Matching full:assert_no_error
20 #define ASSERT_NO_ERROR(x) \
129 ASSERT_NO_ERROR(fs::make_absolute(temp_store));
152 ASSERT_NO_ERROR(
164 ASSERT_NO_ERROR(fs::remove_all(TestDirectory.str(), removed));
172 ASSERT_NO_ERROR(
177 ASSERT_NO_ERROR(sys::fs::exists(Twine(TempPath), TempFileExists));
183 ASSERT_NO_ERROR(fs::unique_file("%%-%%-%%-%%.temp", FD2, TempPath2));
192 ASSERT_NO_ERROR(fs::copy_file(Twine(TempPath), Twine(TempPath2),
195 ASSERT_NO_ERROR(fs::remove(Twine(TempPath2), TempFileExists));
199 ASSERT_NO_ERROR(fs::exists(Twine(TempPath2), TempFileExists));
203 ASSERT_NO_ERROR(fs::create_hard_link(Twine(TempPath), Twine(TempPath2)));
205 ASSERT_NO_ERROR(fs::equivalent(Twine(TempPath), Twine(TempPath2), equal));
210 ASSERT_NO_ERROR(fs::remove(Twine(TempPath), TempFileExists));
214 ASSERT_NO_ERROR(fs::remove(Twine(TempPath2), TempFileExists));
218 ASSERT_NO_ERROR(fs::exists(Twine(TempPath), TempFileExists));
225 ASSERT_NO_ERROR(ec);
248 ASSERT_NO_ERROR(fs::has_magic(file_pathname.c_str(), magic, res));