Searched refs:WriteAttribute (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/tools/opd_to_package_info/
H A Dopd_to_package_info.cpp86 void WriteAttribute(const char* attributeName, const char* fieldName, function in struct:OuputWriter
332 writer.WriteAttribute("name", "Package", NULL,
336 writer.WriteAttribute("version", "Version", version, FLAG_DONT_QUOTE);
357 writer.WriteAttribute("copyrights", "Copyright", NULL,
361 writer.WriteAttribute("licenses", "License", NULL, FLAG_LIST_ATTRIBUTE);
370 writer.WriteAttribute("urls", "URL", NULL, FLAG_LIST_ATTRIBUTE);
373 writer.WriteAttribute("source-urls", "SourceURL", NULL,
/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A DAttribute.cpp215 return fInode->WriteAttribute(transaction, cookie->name, cookie->type,
H A DInode.h116 status_t WriteAttribute(Transaction& transaction,
H A DInode.cpp1070 Inode::WriteAttribute(Transaction& transaction, const char* name, int32 type, function in class:Inode
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A DInode.h138 status_t WriteAttribute(Transaction *transaction, const char *name, int32 type, off_t pos, const uint8 *buffer, size_t *_length);
H A Dkernel_interface_r5.cpp1989 status = inode->WriteAttribute(&transaction, name, type, pos, (const uint8 *)buffer, _length);
H A DInode.cpp764 Inode::WriteAttribute(Transaction *transaction, const char *name, int32 type, off_t pos, function in class:Inode

Completed in 106 milliseconds