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

/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DAttributeCookie.h19 virtual status_t ReadAttribute(off_t offset, void* buffer,
H A DUnpackingAttributeCookie.h31 virtual status_t ReadAttribute(off_t offset, void* buffer,
35 static status_t ReadAttribute(PackageNode* packageNode,
H A DUnpackingAttributeCookie.cpp101 UnpackingAttributeCookie::ReadAttribute(off_t offset, void* buffer, function in class:UnpackingAttributeCookie
104 return ReadAttribute(fPackageNode, fAttribute, offset, buffer, bufferSize);
119 UnpackingAttributeCookie::ReadAttribute(PackageNode* packageNode, function in class:UnpackingAttributeCookie
181 error = ReadAttribute(packageNode, attribute, 0, data, &toRead);
H A DAutoPackageAttributes.cpp37 virtual status_t ReadAttribute(off_t offset, void* buffer, function in class:AutoPackageAttributeCookie
/haiku/headers/private/storage/mime/
H A DDatabaseLocation.h47 ssize_t ReadAttribute(const char* type,
/haiku/src/kits/storage/mime/
H A DDatabaseLocation.cpp162 DatabaseLocation::ReadAttribute(const char* type, const char* attribute, function in class:BPrivate::Storage::Mime::DatabaseLocation
361 ssize_t status = ReadAttribute(type, kAppHintAttr, path, B_PATH_NAME_LENGTH,
425 ssize_t result = ReadAttribute(type, kShortDescriptionAttr, description,
450 ssize_t result = ReadAttribute(type, kLongDescriptionAttr, description,
690 ssize_t result = ReadAttribute(type, kPreferredAppAttr, signature,
H A DDatabase.cpp204 status_t status = fLocation->ReadAttribute(type, attribute, oldValue,
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DAttribute.cpp209 // TODO: move small_data logic from Inode::ReadAttribute() over to here!
210 return fInode->ReadAttribute(cookie->name, 0, pos, buffer, _length);
H A DInode.h121 status_t ReadAttribute(const char* name, int32 type,
H A DCheckVisitor.cpp763 if (inode->ReadAttribute(index->name, B_ANY_TYPE, 0, key,
H A DInode.cpp1044 Inode::ReadAttribute(const char* name, int32 type, off_t pos, uint8* buffer, function in class:Inode
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DQuery.cpp188 error = cookie->ReadAttribute(0, buffer, _size);
/haiku/src/add-ons/kernel/file_systems/packagefs/
H A Dkernel_interface.cpp814 return cookie->ReadAttribute(offset, buffer, bufferSize);

Completed in 81 milliseconds