Lines Matching refs:EXPECT_FALSE
128 EXPECT_FALSE(Status->isDirectory());
130 EXPECT_FALSE(Status->isSymlink());
131 EXPECT_FALSE(Status->isOther());
139 EXPECT_FALSE(Status->isRegularFile());
140 EXPECT_FALSE(Status->isSymlink());
141 EXPECT_FALSE(Status->isOther());
148 EXPECT_FALSE(Status->isDirectory());
149 EXPECT_FALSE(Status->isRegularFile());
151 EXPECT_FALSE(Status->isOther());
157 EXPECT_FALSE(Status->equivalent(*Status2));
163 EXPECT_FALSE(Status = D->status("/foo"));
166 EXPECT_FALSE(Status = O->status("/foo"));
170 EXPECT_FALSE(Status.getError());
174 EXPECT_FALSE(Status2.getError());
212 EXPECT_FALSE(Status1->equivalent(*Status2));
213 EXPECT_FALSE(Status2->equivalent(*Status3));
214 EXPECT_FALSE(Status1->equivalent(*Status3));
280 EXPECT_FALSE(EC);
284 EXPECT_FALSE(llvm::sys::fs::remove(Path.str()));
837 EXPECT_FALSE(FS->status("//root/path/to/file").getError());
838 EXPECT_FALSE(FS->status("//root/path/to").getError());
839 EXPECT_FALSE(FS->status("//root/path").getError());
840 EXPECT_FALSE(FS->status("//root/").getError());
850 EXPECT_FALSE(FS->status("//root/path/to/file").getError());
851 EXPECT_FALSE(FS->status("//root/path/to").getError());
852 EXPECT_FALSE(FS->status("//root/path").getError());
853 EXPECT_FALSE(FS->status("//root/").getError());
863 EXPECT_FALSE(FS->status("//root/path/to/file").getError());
864 EXPECT_FALSE(FS->status("//root/path/to").getError());
865 EXPECT_FALSE(FS->status("//root/path").getError());
866 EXPECT_FALSE(FS->status("//root/").getError());
881 EXPECT_FALSE(FS->status("//root/path/to/file").getError());
882 EXPECT_FALSE(FS->status("//root/path/to").getError());
883 EXPECT_FALSE(FS->status("//root/path").getError());
884 EXPECT_FALSE(FS->status("//root/").getError());