Home | History | Annotate | Download | only in Support

Lines Matching defs:TestDirectory

140   SmallString<128> TestDirectory;
142 fs::createUniqueDirectory("program-redirect-test", TestDirectory));
143 SmallString<256> LongPath(TestDirectory);
146 LongPath.append(260 - TestDirectory.size(), 'a');
160 ASSERT_NO_ERROR(fs::remove(Twine(TestDirectory)));
324 SmallString<128> TestDirectory;
325 ASSERT_NO_ERROR(fs::createUniqueDirectory("program-test", TestDirectory));
326 errs() << "Test Directory: " << TestDirectory << '\n';
328 SmallString<128> file_pathname(TestDirectory);
352 ASSERT_NO_ERROR(fs::remove(TestDirectory.str()));