Symbol: ShareAttrDir
src/add-ons/kernel/file_systems/netfs/client/ShareAttrDir.cpp
156
ShareAttrDir::ShareAttrDir()
src/add-ons/kernel/file_systems/netfs/client/ShareAttrDir.cpp
164
ShareAttrDir::~ShareAttrDir()
src/add-ons/kernel/file_systems/netfs/client/ShareAttrDir.cpp
171
ShareAttrDir::Init(const AttrDirInfo& dirInfo)
src/add-ons/kernel/file_systems/netfs/client/ShareAttrDir.cpp
196
ShareAttrDir::Update(const AttrDirInfo& dirInfo,
src/add-ons/kernel/file_systems/netfs/client/ShareAttrDir.cpp
299
ShareAttrDir::SetRevision(int64 revision)
src/add-ons/kernel/file_systems/netfs/client/ShareAttrDir.cpp
306
ShareAttrDir::GetRevision() const
src/add-ons/kernel/file_systems/netfs/client/ShareAttrDir.cpp
313
ShareAttrDir::SetUpToDate(bool upToDate)
src/add-ons/kernel/file_systems/netfs/client/ShareAttrDir.cpp
320
ShareAttrDir::IsUpToDate() const
src/add-ons/kernel/file_systems/netfs/client/ShareAttrDir.cpp
327
ShareAttrDir::ClearAttrDir()
src/add-ons/kernel/file_systems/netfs/client/ShareAttrDir.cpp
335
ShareAttrDir::AddAttribute(const char* name, const attr_info& info,
src/add-ons/kernel/file_systems/netfs/client/ShareAttrDir.cpp
355
ShareAttrDir::RemoveAttribute(const char* name)
src/add-ons/kernel/file_systems/netfs/client/ShareAttrDir.cpp
375
ShareAttrDir::RemoveAttribute(Attribute* attribute)
src/add-ons/kernel/file_systems/netfs/client/ShareAttrDir.cpp
386
ShareAttrDir::GetAttribute(const char* name) const
src/add-ons/kernel/file_systems/netfs/client/ShareAttrDir.cpp
403
ShareAttrDir::GetFirstAttribute() const
src/add-ons/kernel/file_systems/netfs/client/ShareAttrDir.cpp
410
ShareAttrDir::GetNextAttribute(Attribute* attribute) const
src/add-ons/kernel/file_systems/netfs/client/ShareAttrDir.cpp
417
ShareAttrDir::_GetAttributes(const AttrDirInfo& dirInfo,
src/add-ons/kernel/file_systems/netfs/client/ShareAttrDir.h
38
class ShareAttrDir {
src/add-ons/kernel/file_systems/netfs/client/ShareAttrDir.h
40
ShareAttrDir();
src/add-ons/kernel/file_systems/netfs/client/ShareAttrDir.h
41
~ShareAttrDir();
src/add-ons/kernel/file_systems/netfs/client/ShareAttrDirIterator.cpp
22
ShareAttrDirIterator::SetAttrDir(ShareAttrDir* attrDir)
src/add-ons/kernel/file_systems/netfs/client/ShareAttrDirIterator.h
17
void SetAttrDir(ShareAttrDir* attrDir);
src/add-ons/kernel/file_systems/netfs/client/ShareAttrDirIterator.h
25
ShareAttrDir* fAttrDir;
src/add-ons/kernel/file_systems/netfs/client/ShareAttrDirIterator.h
9
class ShareAttrDir;
src/add-ons/kernel/file_systems/netfs/client/ShareNode.cpp
181
ShareNode::SetAttrDir(ShareAttrDir* attrDir)
src/add-ons/kernel/file_systems/netfs/client/ShareNode.cpp
188
ShareAttrDir*
src/add-ons/kernel/file_systems/netfs/client/ShareNode.h
14
class ShareAttrDir;
src/add-ons/kernel/file_systems/netfs/client/ShareNode.h
67
void SetAttrDir(ShareAttrDir* attrDir);
src/add-ons/kernel/file_systems/netfs/client/ShareNode.h
68
ShareAttrDir* GetAttrDir() const;
src/add-ons/kernel/file_systems/netfs/client/ShareNode.h
73
ShareAttrDir* fAttrDir;
src/add-ons/kernel/file_systems/netfs/client/ShareVolume.cpp
1626
ShareAttrDir* attrDir = node->GetAttrDir();
src/add-ons/kernel/file_systems/netfs/client/ShareVolume.cpp
1751
if (ShareAttrDir* attrDir = node->GetAttrDir()) {
src/add-ons/kernel/file_systems/netfs/client/ShareVolume.cpp
1788
ShareAttrDir* attrDir = node->GetAttrDir();
src/add-ons/kernel/file_systems/netfs/client/ShareVolume.cpp
1815
if (ShareAttrDir* attrDir = node->GetAttrDir()) {
src/add-ons/kernel/file_systems/netfs/client/ShareVolume.cpp
1838
ShareAttrDir* attrDir = node->GetAttrDir();
src/add-ons/kernel/file_systems/netfs/client/ShareVolume.cpp
1863
if (ShareAttrDir* attrDir = node->GetAttrDir()) {
src/add-ons/kernel/file_systems/netfs/client/ShareVolume.cpp
1887
ShareAttrDir* attrDir = node->GetAttrDir();
src/add-ons/kernel/file_systems/netfs/client/ShareVolume.cpp
1908
ShareAttrDir* attrDir = node->GetAttrDir();
src/add-ons/kernel/file_systems/netfs/client/ShareVolume.cpp
2659
ShareAttrDir* attrDir = node->GetAttrDir();
src/add-ons/kernel/file_systems/netfs/client/ShareVolume.cpp
2669
attrDir = new(std::nothrow) ShareAttrDir;
src/add-ons/kernel/file_systems/netfs/client/ShareVolume.cpp
2672
ObjectDeleter<ShareAttrDir> attrDirDeleter(attrDir);
src/add-ons/kernel/file_systems/netfs/client/ShareVolume.cpp
2700
if (ShareAttrDir* attrDir = node->GetAttrDir())