Home
last modified time | relevance | path

Searched refs:IsAttribute (Results 1 – 13 of 13) sorted by relevance

/haiku/src/apps/resedit/
H A DResourceData.h47 bool IsAttribute(void) const { return fAttr; } in IsAttribute() function
H A DMiscEditors.cpp28 if (data->IsAttribute()) in StringEditor()
/haiku/src/tests/add-ons/print/pcl6/
H A Ddisasm.h111 bool IsAttribute(uint8 byte) const { return byte >= 0xf8 && byte <= 0xf9; } in IsAttribute() function
H A Ddisasm.cpp1222 } else if (IsAttribute(byte)) { in ParsePCL6()
/haiku/src/apps/diskprobe/
H A DDataEditor.h45 bool IsAttribute() const in IsAttribute() function
H A DDataEditor.cpp488 if (IsAttribute()) { in SetTo()
733 if (IsAttribute()) { in Save()
961 if (IsAttribute()) { in Update()
1015 if (IsAttribute()) { in ForceUpdate()
H A DProbeView.cpp423 B_EMPTY_STRING, editor.IsAttribute() in HeaderView()
440 if (editor.IsAttribute()) { in HeaderView()
506 stringView = new BStringView(B_EMPTY_STRING, editor.IsAttribute() in HeaderView()
1276 BMenu* menu = new BMenu(fEditor.IsAttribute() in AttachedToWindow()
1369 if (!fEditor.IsAttribute() && volume.InitCheck() == B_OK in AttachedToWindow()
1940 if (fEditor.IsAttribute()) { in MessageReceived()
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.h64 bool IsAttribute() const in IsAttribute() function
84 { return IsFile() || IsAttribute() in NeedsFileCache()
H A DCheckVisitor.cpp250 && !inode->IsAttribute()) in VisitDirectoryEntry()
H A DInode.cpp1335 if (vnode.Get(&inode) != B_OK || !inode->IsAttribute()) in GetAttribute()
1771 if (!IsAttribute() && !IsAttributeDirectory() && !IsSymLink() in _GrowStream()
/haiku/src/bin/bfs_tools/lib/
H A DInode.h30 bool IsAttribute() const in IsAttribute() function
H A DInode.cpp1018 return IsAttribute() ? B_OK : B_ERROR; in InitCheck()
/haiku/src/add-ons/kernel/file_systems/layers/write_overlay/
H A Dwrite_overlay.cpp127 bool IsAttribute() { return fIsAttribute; } in IsAttribute() function in write_overlay::OverlayInode