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

/external/clang/unittests/Basic/
H A DVirtualFileSystemTest.cpp523 class InMemoryFileSystemTest : public ::testing::Test { class in inherits:::testing::Test
528 InMemoryFileSystemTest() function in class:InMemoryFileSystemTest
533 TEST_F(InMemoryFileSystemTest, IsEmpty) {
540 TEST_F(InMemoryFileSystemTest, WindowsPath) {
553 TEST_F(InMemoryFileSystemTest, OverlayFile) {
567 TEST_F(InMemoryFileSystemTest, OverlayFileNoOwn) {
575 TEST_F(InMemoryFileSystemTest, OpenFileForRead) {
602 TEST_F(InMemoryFileSystemTest, DuplicatedFile) {
609 TEST_F(InMemoryFileSystemTest, DirectoryIteration) {
632 TEST_F(InMemoryFileSystemTest, WorkingDirector
[all...]

Completed in 72 milliseconds