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

12345

/haiku/src/kits/storage/
H A DCopyEngine.cpp436 ssize_t bytesWritten = destination.WriteAttr(attrName,
H A DAppFileInfo.cpp1157 ssize_t written = fNode->WriteAttr(name, type, 0, buffer, bufferSize);
/haiku/src/kits/storage/mime/
H A DDatabase.cpp471 err = node.WriteAttr(attr.c_str(), attrType, 0, data, attrSize);
532 err = node.WriteAttr(attr.c_str(), attrType, 0, data, dataSize);
/haiku/src/tests/kits/app/broster/
H A DGetRecentTester.cpp205 ssize_t bytes = node.WriteAttr(kSigAttr, B_MIME_STRING_TYPE, 0, sig, strlen(sig)+1);
219 ssize_t bytes = node.WriteAttr(kFlagsAttr, kFlagsType, 0, flags, sizeof(int32));
1404 ssize_t bytes = file.WriteAttr(kTypeAttr, B_MIME_STRING_TYPE, 0,
/haiku/src/apps/showimage/
H A DShowImageWindow.cpp1074 file.WriteAttr("Media:Rating", B_INT32_TYPE, 0, &rating,
1648 node.WriteAttr(kWidthAttrName, B_INT32_TYPE, 0, &width, sizeof(width));
1654 node.WriteAttr(kHeightAttrName, B_INT32_TYPE, 0, &height, sizeof(height));
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DVirtualVolume.cpp710 // WriteAttr
712 VirtualVolume::WriteAttr(Node* node, const char* name, int type, off_t pos, function in class:VirtualVolume
H A Dnetfs.cpp824 status_t error = node->GetVolume()->WriteAttr(node, name, type, pos, buffer,
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A DBeOSKernelVolume.cpp619 // WriteAttr
621 BeOSKernelVolume::WriteAttr(void* node, void* _cookie, off_t pos, function in class:BeOSKernelVolume
/haiku/src/apps/mediaplayer/playlist/
H A DFilePlaylistItem.cpp470 ssize_t written = node.WriteAttr(attrName, type, 0, data, size);
/haiku/src/kits/locale/
H A DLocaleRosterData.cpp394 node.WriteAttr(kPriorityAttr, B_INT8_TYPE, 0,
/haiku/src/servers/mail/
H A DDeskbarView.cpp438 file.WriteAttr("_trk/qryinitmode", B_INT32_TYPE, 0, &mode, sizeof(int32));
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPFolder.cpp769 ssize_t bytesWritten = node.WriteAttr(attribute, B_UINT32_TYPE, 0,
/haiku/src/apps/icon-o-matic/import_export/flat_icon/
H A DFlatIconExporter.cpp151 ssize_t written = node->WriteAttr(attrName, B_VECTOR_ICON_TYPE, 0,
/haiku/src/apps/mediaplayer/
H A DMainWin.cpp2772 node.WriteAttr(kDurationAttrName, B_INT64_TYPE, 0, &duration,
2787 node.WriteAttr("Audio:Bitrate", B_STRING_TYPE, 0, text,
2804 node.WriteAttr("Video:Bitrate", B_STRING_TYPE, 0, text,
2849 node.WriteAttr(kRatingAttrName, B_INT32_TYPE, 0, &rating, sizeof(rating));
/haiku/src/kits/tracker/
H A DTrackerInitialState.cpp200 node->WriteAttr(kBackgroundImageInfo, B_MESSAGE_TYPE, 0, buffer,
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp1491 documentNode.WriteAttr(kInfoAttributeName, B_RECT_TYPE, 0, &frame,
1497 documentNode.WriteAttr("be:caret_position",
/haiku/src/bin/keymap/
H A DKeymap.cpp576 node.WriteAttr("styles", B_RAW_TYPE, 0, data, dataSize);
/haiku/src/build/libbe/storage/
H A DAppFileInfo.cpp1101 ssize_t written = fNode->WriteAttr(name, type, 0, buffer, bufferSize);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelVolume.cpp952 // WriteAttr
954 HaikuKernelVolume::WriteAttr(void* _node, void* cookie, off_t pos, function in class:HaikuKernelVolume
/haiku/src/apps/packageinstaller/
H A DPackageItem.cpp407 ssize_t wrote = node->WriteAttr(*attrName, *attrType, 0, *attrData,
/haiku/src/kits/mail/
H A Dmail_util.cpp161 if (node.WriteAttr(B_MAIL_ATTR_READ, B_INT32_TYPE, 0, &flag, sizeof(int32))
/haiku/src/add-ons/translators/rtf/
H A Dconvert.cpp647 ssize_t written = file->WriteAttr("styles", B_RAW_TYPE, 0, flattenedRuns,
/haiku/src/apps/diskprobe/
H A DDataEditor.cpp734 bytesWritten = fFile.WriteAttr(fAttribute, fType, fRealViewOffset,
/haiku/src/apps/mail/
H A DContent.cpp1296 file.WriteAttr("META:url", B_STRING_TYPE, 0,
1344 file.WriteAttr("META:email", B_STRING_TYPE, 0,
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A Dkernel_interface.cpp809 status_t error = volume->WriteAttr(fsNode->private_node, cookie, pos,

Completed in 220 milliseconds

12345