reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
249 virtual llvm::ErrorOr<Status> status(const Twine &Path) = 0;
334 llvm::ErrorOr<Status> status(const Twine &Path) override;
232 EXPECT_FALSE(Status = O->status("/foo")); 239 Status2 = O->status("/foo"); 290 Status1 = O->status("/foo"); 295 Status2 = O->status("/foo"); 300 Status3 = O->status("/foo"); 325 ErrorOr<vfs::Status> Status2 = O->status("/lower-only"); 331 Status2 = O->status("/upper-only"); 347 Status = O->status("/both"); 354 Status = O->status("/both/foo"); 357 Status = O->status("/both/bar"); 1409 ErrorOr<vfs::Status> S = O->status("//root/file1"); 1414 ErrorOr<vfs::Status> SLower = O->status("//root/foo/bar/a"); 1428 S = O->status("//root/"); 1431 EXPECT_TRUE(S->equivalent(*O->status("//root/"))); // non-volatile UniqueID 1434 EXPECT_EQ(O->status("//root/file2").getError(), 1462 ErrorOr<vfs::Status> S = O->status("//root/XX"); 1465 ErrorOr<vfs::Status> SS = O->status("//root/xx"); 1468 SS = O->status("//root/xX"); 1470 SS = O->status("//root/Xx"); 1498 ErrorOr<vfs::Status> SS = O->status("//root/xx"); 1500 SS = O->status("//root/xX"); 1502 SS = O->status("//root/Xx");