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

/external/clang/unittests/Basic/
H A DVirtualFileSystemTest.cpp540 class InMemoryFileSystemTest : public ::testing::Test { class in inherits:::testing::Test
545 InMemoryFileSystemTest() function in class:InMemoryFileSystemTest
550 TEST_F(InMemoryFileSystemTest, IsEmpty) {
557 TEST_F(InMemoryFileSystemTest, WindowsPath) {
570 TEST_F(InMemoryFileSystemTest, OverlayFile) {
584 TEST_F(InMemoryFileSystemTest, OverlayFileNoOwn) {
592 TEST_F(InMemoryFileSystemTest, OpenFileForRead) {
619 TEST_F(InMemoryFileSystemTest, DuplicatedFile) {
626 TEST_F(InMemoryFileSystemTest, DirectoryIteration) {
649 TEST_F(InMemoryFileSystemTest, WorkingDirector
[all...]

Completed in 1444 milliseconds