Searched refs:TempFileExists (Results 1 - 1 of 1) sorted by relevance

/external/llvm/unittests/Support/
H A DPath.cpp337 bool TempFileExists; local
338 ASSERT_NO_ERROR(sys::fs::exists(Twine(TempPath), TempFileExists));
339 EXPECT_TRUE(TempFileExists);
366 ASSERT_NO_ERROR(fs::exists(Twine(TempPath2), TempFileExists));
367 EXPECT_FALSE(TempFileExists);
390 ASSERT_NO_ERROR(fs::exists(Twine(TempPath), TempFileExists));
391 EXPECT_FALSE(TempFileExists);

Completed in 638 milliseconds