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

/external/llvm/unittests/Support/
H A DFileOutputBufferTest.cpp31 SmallString<128> TestDirectory; local
34 fs::createUniqueDirectory("FileOutputBuffer-test", TestDirectory));
38 SmallString<128> File1(TestDirectory);
61 SmallString<128> File2(TestDirectory);
76 SmallString<128> File3(TestDirectory);
99 SmallString<128> File4(TestDirectory);
118 ASSERT_NO_ERROR(fs::remove_all(TestDirectory.str(), RemovedCount));
H A DPath.cpp148 SmallString<128> TestDirectory; member in class:__anon22815::FileSystemTest
152 fs::createUniqueDirectory("file-system-test", TestDirectory));
154 errs() << "Test Directory: " << TestDirectory << '\n';
160 ASSERT_NO_ERROR(fs::remove_all(TestDirectory.str(), removed));
297 ASSERT_NO_ERROR(fs::create_directories(Twine(TestDirectory)
299 ASSERT_NO_ERROR(fs::create_directories(Twine(TestDirectory)
301 ASSERT_NO_ERROR(fs::create_directories(Twine(TestDirectory)
303 ASSERT_NO_ERROR(fs::create_directories(Twine(TestDirectory)
305 ASSERT_NO_ERROR(fs::create_directories(Twine(TestDirectory)
309 for (fs::recursive_directory_iterator i(Twine(TestDirectory)
[all...]
/external/chromium_org/sync/syncable/
H A Dsyncable_unittest.cc1603 class TestDirectory : public Directory { class in namespace:syncer::syncable::__anon10809
1606 static TestDirectory* Create(
1612 virtual ~TestDirectory();
1619 TestDirectory(Encryptor* encryptor,
1626 TestDirectory* TestDirectory::Create(
1633 return new TestDirectory(encryptor, handler, backing_store);
1636 TestDirectory::TestDirectory(Encryptor* encryptor, function in class:syncer::syncable::__anon10809::TestDirectory
1643 TestDirectory
[all...]

Completed in 120 milliseconds