Searched refs:IsRemote (Results 1 – 17 of 17) sorted by relevance
20 bool IsRemote() const;
35 bool IsRemote() const final;
202 virtual bool IsRemote() const;
25 bool RemoteDir::IsRemote() const { in IsRemote() function in fs::RemoteDir
86 bool RemoteContainer::IsRemote() const { in IsRemote() function in fs::RemoteContainer134 if (vndir->IsRemote()) { in OpenLocked()180 if (!(flags & ZX_FS_FLAG_NOREMOTE) && vn->IsRemote()) { in OpenLocked()461 if (vn->IsRemote()) { in Walk()
103 if (vn->IsRemote()) { in MountMkdir()
121 bool Vnode::IsRemote() const { in IsRemote() function in fs::Vnode
123 } else if (!(open_flags & ZX_FS_FLAG_NOREMOTE) && vnode->IsRemote()) { in OpenAt()
29 EXPECT_TRUE(dir->IsRemote()); in TestRemoteDir()
21 ASSERT_FALSE(options.IsRemote()); in TestLocal()30 EXPECT_TRUE(options.IsRemote()); in TestRemote()40 EXPECT_TRUE(options.IsRemote()); in TestLocalAndRemote()51 EXPECT_FALSE(options.IsRemote()); in TestLazy()
34 bool IsRemote() const { return mode == Mode::kRemote || mode == Mode::kRemoteAndLocal; } in IsRemote() function
136 } else if (IsRemote()) { in AttachRemote()
79 bool VnodeDir::IsRemote() const { return remoter_.IsRemote(); } in IsRemote() function in memfs::VnodeDir
116 } else if (vnode_->IsRemote()) { in CanUnlink()
128 bool IsRemote() const final;
755 } else if (IsRemote()) { in CanUnlink()1573 bool VnodeMinfs::IsRemote() const { return remoter_.IsRemote(); } in IsRemote() function in minfs::VnodeMinfs2103 } else if (IsRemote()) { in AttachRemote()
665 bool IsRemote() const final;
Completed in 33 milliseconds