Searched refs:attributeType (Results 1 - 13 of 13) sorted by relevance

/haiku/headers/private/storage/
H A DCopyEngine.h66 const char* attribute, uint32 attributeType,
87 uint32 attributeType);
90 uint32 attributeType, status_t error);
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DAttributeIndexer.h25 void* attributeCookie, uint32 attributeType,
H A DAttributeIndex.cpp210 void* attributeCookie, uint32 attributeType, size_t attributeSize,
214 if (attributeType != fIndexType)
209 CreateCookie(IndexedAttributeOwner* owner, void* attributeCookie, uint32 attributeType, size_t attributeSize, void*& _data, size_t& _toRead) argument
/haiku/src/tests/system/kernel/file_corruption/
H A Dchecksumfs.h43 uint32 attributeType; // attribute type (attributes only) member in struct:checksumfs_node
/haiku/src/kits/tracker/
H A DAttributeStream.h346 AttributeStreamConstValue(const char* name, uint32 attributeType,
369 uint32 attributeType, Type value)
371 fAttr(name, attributeType, sizeof(Type)),
368 AttributeStreamConstValue(const char* name, uint32 attributeType, Type value) argument
H A DModel.h162 const char* attributeName, uint32 attributeType);
/haiku/src/kits/storage/
H A DCopyEngine.cpp506 uint32 attributeType, status_t error, const char* format, ...)
516 if (fController->AttributeFinished(path, attribute, attributeType, error))
551 const char* attribute, uint32 attributeType)
559 const char* attribute, uint32 attributeType, status_t error)
505 _HandleAttributeError(const char* path, const char* attribute, uint32 attributeType, status_t error, const char* format, ...) argument
550 AttributeStarted(const char* path, const char* attribute, uint32 attributeType) argument
558 AttributeFinished(const char* path, const char* attribute, uint32 attributeType, status_t error) argument
/haiku/src/bin/
H A Dcopyattr.cpp708 type_code attributeType = B_ANY_TYPE; local
715 attributeType = kSupportedAttributeTypes[i].type;
728 parameters.attribute_filter.SetTo(attributeName, attributeType);
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DNode.cpp149 fNode.attributeType = type;
H A DNode.h108 return fNode.attributeType;
/haiku/headers/private/storage/mime/
H A DDatabase.h131 const char* attribute, type_code attributeType,
/haiku/src/add-ons/kernel/file_systems/layers/write_overlay/
H A Dwrite_overlay.cpp116 type_code attributeType = 0);
160 type_code attributeType = 0);
202 bool attribute, type_code attributeType);
248 bool attribute, type_code attributeType)
285 fStat.st_type = attributeType;
557 ino_t *newInodeNumber, bool attribute, type_code attributeType)
561 newInodeNumber, &newNode, attribute, attributeType);
1441 type_code attributeType)
1470 | (attribute ? S_ATTR : 0), attribute, attributeType);
246 OverlayInode(OverlayVolume *volume, fs_vnode *superVnode, ino_t inodeNumber, OverlayInode *parentDir, const char *name, mode_t mode, bool attribute, type_code attributeType) argument
556 Create(const char *name, int openMode, int perms, void **cookie, ino_t *newInodeNumber, bool attribute, type_code attributeType) argument
1439 _CreateCommon(const char *name, int type, int perms, ino_t *newInodeNumber, OverlayInode **_node, bool attribute, type_code attributeType) argument
/haiku/src/kits/storage/mime/
H A DDatabase.cpp197 type_code attributeType, size_t maxLength, const char *value)
205 maxLength, attributeType);
213 attributeType, &didCreate);
196 _SetStringValue(const char *type, int32 what, const char* attribute, type_code attributeType, size_t maxLength, const char *value) argument

Completed in 78 milliseconds