Searched refs:hasAttributes (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEFileSystem.cpp512 bool hasAttributes = fLowLevelOps.listxattr != NULL; local
513 fNodeCapabilities.Set(FS_VNODE_CAPABILITY_OPEN_ATTR_DIR, hasAttributes);
515 fNodeCapabilities.Set(FS_VNODE_CAPABILITY_FREE_ATTR_DIR_COOKIE, hasAttributes);
516 fNodeCapabilities.Set(FS_VNODE_CAPABILITY_READ_ATTR_DIR, hasAttributes);
517 fNodeCapabilities.Set(FS_VNODE_CAPABILITY_REWIND_ATTR_DIR, hasAttributes);
522 // bool hasAttributes = (fLowLevelOps.read_attr || fLowLevelOps.write_attr);
523 // fNodeCapabilities.Set(FS_VNODE_CAPABILITY_CREATE_ATTR, hasAttributes);
524 fNodeCapabilities.Set(FS_VNODE_CAPABILITY_OPEN_ATTR, hasAttributes);
525 fNodeCapabilities.Set(FS_VNODE_CAPABILITY_FREE_ATTR_COOKIE, hasAttributes);
574 bool hasAttributes local
[all...]
/haiku/src/apps/cortex/Persistence/
H A DExportContext.h74 element_entry() : hasAttributes(false), hasContent(false) {}
77 bool hasAttributes; member in struct:ExportContext::element_entry
119 // m_elementStack.back().hasAttributes = true;
H A DExportContext.cpp174 m_elementStack.back().hasAttributes = true;\
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A DBeOSKernelFileSystem.cpp198 bool hasAttributes = (fFSOps->read_attr || fFSOps->write_attr); local
199 fNodeCapabilities.Set(FS_VNODE_CAPABILITY_CREATE_ATTR, hasAttributes);
200 fNodeCapabilities.Set(FS_VNODE_CAPABILITY_OPEN_ATTR, hasAttributes);
202 fNodeCapabilities.Set(FS_VNODE_CAPABILITY_FREE_ATTR_COOKIE, hasAttributes);

Completed in 41 milliseconds