Searched defs:TempPath3 (Results 1 - 1 of 1) sorted by relevance

/external/llvm/unittests/Support/
H A DPath.cpp369 SmallString<64> TempPath3; local
370 ASSERT_NO_ERROR(fs::createTemporaryFile("prefix", "", TempPath3));
371 ASSERT_FALSE(TempPath3.endswith("."));

Completed in 50 milliseconds