Lines Matching refs:Twine
177 ASSERT_NO_ERROR(sys::fs::exists(Twine(TempPath), TempFileExists));
188 fs::copy_file(Twine(TempPath), Twine(TempPath2)), errc::file_exists);
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));