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

12345

/haiku/src/bin/bfs_tools/lib/
H A DInode.cpp525 ssize_t written = node->WriteAttr(name, type, 0, data, size);
/haiku/src/kits/tracker/
H A DTracker.cpp437 deskDir.WriteAttr(kAttrOpenWindows, B_MESSAGE_TYPE, 0, buffer,
H A DPoseView.cpp835 if (deskDir.WriteAttr(poseInfoAttr, B_RAW_TYPE, 0,
842 && deskDir.WriteAttr(kAttrExtendedDisksPoseInfo,
4794 file.WriteAttr("styles", B_RAW_TYPE, 0, data, (size_t)tmpSize);
4800 file.WriteAttr(kAttrClippingFile, B_RAW_TYPE, 0, &tmp,
4860 file.WriteAttr(kAttrClippingFile, B_RAW_TYPE, 0, &tmp,
H A DContainerWindow.cpp1181 if (node->WriteAttr(name, type, 0, buffer,
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp1931 ErrorCode = BNodePntr->WriteAttr (MailSubjectName,
2704 ErrorCode = BNodePntr->WriteAttr (g_AttributeNameClassification,
2978 TextFile.WriteAttr (g_AttributeNameSpamRatio, B_FLOAT_TYPE,
/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp3786 ssize_t written = file.WriteAttr("BEOS:M:STD_ICON",
3796 ssize_t written = file.WriteAttr("META:L:STD_ICON",
4646 error = file.WriteAttr("META:TYPE", B_STRING_TYPE, 0, metaType.c_str(),
/haiku/src/apps/showimage/
H A DShowImageView.cpp1684 node.WriteAttr(SHOW_IMAGE_ORIENTATION_ATTRIBUTE, B_INT32_TYPE, 0,
/haiku/src/apps/mail/
H A DMailWindow.cpp895 node.WriteAttr(name, B_FLOAT_TYPE, 0, &pos, sizeof(pos));
2690 draft.WriteAttr("MAIL:draft", B_INT32_TYPE, 0, &draftAttr, sizeof(uint32));
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareVolume.cpp1729 // WriteAttr
1731 ShareVolume::WriteAttr(Node* _node, const char* name, int type, off_t pos, function in class:ShareVolume
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DUserlandRequestHandler.cpp1892 result = volume->WriteAttr(request->node, request->attrCookie,
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp2782 pageSourceFile.WriteAttr("BEOS:TYPE", B_STRING_TYPE, 0, type, size);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DClientConnection.cpp2210 WARN("WriteAttr(): WARNING: Need to convert attribute "
2223 result = handle->WriteAttr(request->name.GetString(),
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.cpp2894 // WriteAttr
2896 Volume::WriteAttr(void* _node, void* cookie, off_t pos, function in class:Volume

Completed in 189 milliseconds

12345