Searched refs:WriteAttr (Results 51 - 75 of 113) sorted by relevance

12345

/haiku/src/add-ons/mail_daemon/inbound_filters/spam_filter/
H A DSpamFilter.cpp134 file.WriteAttr("MAIL:ratio_spam", B_FLOAT_TYPE, 0 /* offset */, &spamRatio,
/haiku/src/libs/print/libprint/
H A DPrinterDriver.cpp206 fSpoolFolder->WriteAttr(attrName, B_MESSAGE_TYPE, 0, data.Buffer(),
/haiku/src/bin/
H A Dtrash.cpp104 err = node.WriteAttr(kAttrOriginalPath, B_STRING_TYPE, 0LL, original_path, strlen(original_path)+1);
H A Dresattr.cpp115 ssize_t bytesWritten = out.WriteAttr(name, type, 0LL, data, size);
H A Dreindex.cpp101 ssize_t bytesWritten = node->WriteAttr(fName.String(), fType, 0, fBuffer,
H A Dcopyattr.cpp239 ssize_t bytesWritten = destination.WriteAttr(attrName,
/haiku/src/apps/processcontroller/
H A DPreferences.cpp91 file.WriteAttr("BEOS:TYPE", B_MIME_STRING_TYPE, 0, fSignature,
/haiku/src/kits/print/
H A DJobs.cpp103 node.WriteAttr(PSRV_SPOOL_ATTR_STATUS, B_STRING_TYPE, 0, status, strlen(status)+1);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNodeHandle.cpp182 // WriteAttr
184 FileHandle::WriteAttr(const char* name, uint32 type, off_t pos, function in class:FileHandle
/haiku/src/kits/tracker/
H A DModel.h198 ssize_t WriteAttr(const char* attr, type_code type, off_t,
H A DFSUtils.cpp431 // BNodes created on files will fail to WriteAttr because they do not
468 status_t result = destNode->WriteAttr(kAttrPoseInfo, B_RAW_TYPE, 0,
1181 src_node->WriteAttr(kAttrPoseInfo, B_RAW_TYPE, 0,
1576 destNode->WriteAttr(name, info.type, 0, buffer, 0);
1591 destNode->WriteAttr(name, info.type, offset, buffer,
1883 link.WriteAttr(kAttrPoseInfo, B_RAW_TYPE, 0, &poseInfo,
1998 destNode->WriteAttr(name, info.type, offset, buffer,
2140 src_node->WriteAttr(kAttrPoseInfo, B_RAW_TYPE, 0, &poseInfo,
2702 trashDir->WriteAttr(kAttrPoseInfo, B_RAW_TYPE, 0, &poseInfo,
2713 trashDir->WriteAttr(kAttrLargeIco
[all...]
H A DAttributeStream.cpp356 off_t result = fNode->WriteAttr(name, type, 0, buffer, (size_t)size);
378 off_t result = fNode->WriteAttr(attr->Name(), attr->Type(), 0,
H A DModel.cpp1232 Model::WriteAttr(const char* attr, type_code type, off_t offset, function in class:Model
1239 ssize_t result = fNode->WriteAttr(attr, type, offset, buffer, length);
1252 ssize_t result = fNode->WriteAttr(attr, type, offset, buffer, length);
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DPOP3.cpp235 file.WriteAttr("MAIL:size", B_INT32_TYPE, 0, &size, sizeof(int32));
916 status_t err = node.WriteAttr(attribute.String(),
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DVolume.h148 virtual status_t WriteAttr(void* node, void* cookie,
H A DVolume.cpp511 // WriteAttr
513 Volume::WriteAttr(void* node, void* cookie, off_t pos, function in class:Volume
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelVolume.h155 virtual status_t WriteAttr(void* node, void* cookie,
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DVolume.cpp495 // WriteAttr
497 Volume::WriteAttr(Node* node, const char* name, int type, off_t pos, function in class:Volume
H A DShareVolume.h126 virtual status_t WriteAttr(Node* node, const char* name,
/haiku/src/bin/cddb_lookup/
H A Dcddb_lookup.cpp303 node.WriteAttr("Media:Year", B_INT32_TYPE, 0,
/haiku/src/apps/people/
H A DPersonView.cpp306 file.WriteAttr(control->Attribute().String(), B_STRING_TYPE, 0,
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.h187 status_t WriteAttr(void* node, void* cookie,
/haiku/src/preferences/backgrounds/
H A DBackgroundImage.cpp510 ssize_t size = node->WriteAttr(kBackgroundImageInfo, B_MESSAGE_TYPE,
/haiku/src/apps/mail/
H A DSignature.cpp388 fFile->WriteAttr(INDEX_SIGNATURE, B_STRING_TYPE, 0, fSigView->fName->Text(),
/haiku/src/apps/installer/
H A DCopyEngine.cpp468 targetNode.WriteAttr(attrName, info.type, offset, buffer, read);

Completed in 122 milliseconds

12345