Home
last modified time | relevance | path

Searched refs:IsRemote (Results 1 – 17 of 17) sorted by relevance

/system/ulib/fs/include/fs/
A Dremote.h20 bool IsRemote() const;
A Dremote-dir.h35 bool IsRemote() const final;
A Dvnode.h202 virtual bool IsRemote() const;
/system/ulib/fs/
A Dremote-dir.cpp25 bool RemoteDir::IsRemote() const { in IsRemote() function in fs::RemoteDir
A Dvfs.cpp86 bool RemoteContainer::IsRemote() const { in IsRemote() function in fs::RemoteContainer
134 if (vndir->IsRemote()) { in OpenLocked()
180 if (!(flags & ZX_FS_FLAG_NOREMOTE) && vn->IsRemote()) { in OpenLocked()
461 if (vn->IsRemote()) { in Walk()
A Dmount.cpp103 if (vn->IsRemote()) { in MountMkdir()
A Dvnode.cpp121 bool Vnode::IsRemote() const { in IsRemote() function in fs::Vnode
A Dconnection.cpp123 } else if (!(open_flags & ZX_FS_FLAG_NOREMOTE) && vnode->IsRemote()) { in OpenAt()
/system/utest/fs-vnode/
A Dremote-dir-tests.cpp29 EXPECT_TRUE(dir->IsRemote()); in TestRemoteDir()
/system/utest/cobalt-client/
A Dmetric_options_test.cpp21 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()
/system/ulib/cobalt-client/include/cobalt-client/cpp/
A Dmetric-options.h34 bool IsRemote() const { return mode == Mode::kRemote || mode == Mode::kRemoteAndLocal; } in IsRemote() function
/system/ulib/memfs/
A Dmemfs.cpp136 } else if (IsRemote()) { in AttachRemote()
A Ddirectory.cpp79 bool VnodeDir::IsRemote() const { return remoter_.IsRemote(); } in IsRemote() function in memfs::VnodeDir
A Ddnode.cpp116 } else if (vnode_->IsRemote()) { in CanUnlink()
/system/ulib/memfs/include/lib/memfs/cpp/
A Dvnode.h128 bool IsRemote() const final;
/system/ulib/minfs/
A Dvnode.cpp755 } else if (IsRemote()) { in CanUnlink()
1573 bool VnodeMinfs::IsRemote() const { return remoter_.IsRemote(); } in IsRemote() function in minfs::VnodeMinfs
2103 } else if (IsRemote()) { in AttachRemote()
A Dminfs-private.h665 bool IsRemote() const final;

Completed in 33 milliseconds