Searched defs:attribute (Results 26 - 50 of 106) sorted by relevance

12345

/haiku/src/system/libroot/os/
H A Dfs_attr.cpp49 fs_read_attr(int fd, const char* attribute, uint32 /*type*/, off_t pos, argument
58 fs_write_attr(int fd, const char* attribute, uint32 type, off_t pos, argument
86 fs_remove_attr(int fd, const char* attribute) argument
95 fs_stat_attr(int fd, const char* attribute, struc argument
103 fs_open_attr(const char *path, const char *attribute, uint32 type, int openMode) argument
111 fs_fopen_attr(int fd, const char* attribute, uint32 type, int openMode) argument
[all...]
/haiku/src/bin/
H A Dcatattr.cpp137 catAttr(const char *attribute, const char *fileName, bool keepRaw, argument
[all...]
H A Dlistattr.cpp60 show_attr_contents(BNode& node, const char* attribute, const attr_info& info) argument
/haiku/src/apps/mail/
H A DMailSupport.cpp123 add_query_menu_items(BMenu* menu, const char* attribute, uint32 what, argument
/haiku/src/apps/diskprobe/
H A DAttributeWindow.cpp216 AttributeWindow::Contains(const entry_ref &ref, const char *attribute) argument
89 AttributeWindow(BRect _rect, entry_ref *ref, const char *attribute, const BMessage *settings) argument
/haiku/src/kits/package/
H A DPackageInfoStringBuilder.h45 StringBuilder& Write(const char* attribute, Value value) argument
57 StringBuilder& WriteFlags(const char* attribute, uint32 flags) argument
/haiku/headers/os/game/
H A DGameSoundDefs.h58 int32 attribute; member in struct:gs_attribute
66 int32 attribute; member in struct:gs_attribute_info
/haiku/src/apps/haikudepot/packagemanagement/
H A DOpenPackageProcess.cpp69 HandleEntryAttribute(BPackageEntry* entry, BPackageEntryAttribute* attribute) argument
/haiku/src/kits/storage/
H A DQueryPredicate.cpp173 AttributeNode::AttributeNode(const char *attribute) argument
H A DNodeInfo.cpp171 const char* attribute = NULL; local
[all...]
/haiku/src/tools/cppunit/cppunit/
H A DXmlOutputter.cpp103 const Attribute &attribute = *itAttribute++; local
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareAttrDir.cpp106 Attribute::DeleteAttribute(Attribute* attribute) argument
248 Attribute* attribute = fAttributes.GetFirst(); local
84 CreateAttribute(const char* name, const attr_info& info, const void* data, Attribute** attribute) argument
362 Attribute* attribute = it.Next(); local
375 RemoveAttribute(Attribute* attribute) argument
393 Attribute* attribute = it.Next(); local
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DAttributeDirectory.cpp65 Attribute::DeleteAttribute(Attribute* attribute) argument
43 CreateAttribute(const char* name, const attr_info& info, const void* data, Attribute** attribute) argument
218 Attribute* attribute = it.Next(); local
231 RemoveAttribute(Attribute* attribute) argument
270 Attribute* attribute = it.Next(); local
281 Attribute* attribute; local
327 Attribute* attribute = it.Next(); local
[all...]
/haiku/src/bin/package/
H A Dcommand_list.cpp148 HandleEntryAttribute( typename VersionPolicy::PackageEntry* entry, typename VersionPolicy::PackageEntryAttribute* attribute) argument
246 HandleEntryAttribute( typename VersionPolicy::PackageEntry* entry, typename VersionPolicy::PackageEntryAttribute* attribute) argument
/haiku/src/build/libroot/
H A Dfs_descriptors.cpp286 AttributeDescriptor::AttributeDescriptor(int fileFD, const char* attribute, argument
H A Dfs_attr_haiku.cpp108 _haiku_build_fs_fopen_attr(int fd, const char *attribute, uint32 type, int openMode) argument
139 _haiku_build_fs_read_attr(int fd, const char* attribute, uint32 type, off_t pos, argument
172 _haiku_build_fs_write_attr(int fd, const char* attribute, uint32 type, off_t pos, argument
198 _haiku_build_fs_remove_attr(int fd, const char* attribute) argument
229 _haiku_build_fs_stat_attr(int fd, const char *attribute, struct attr_info *attrInfo) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInodeRegular.cpp372 bool attribute = false; local
/haiku/src/kits/package/hpkg/
H A DRepositoryReaderImpl.cpp141 HandleEntryAttribute(BPackageEntry* entry, BPackageEntryAttribute* attribute) argument
H A DRepositoryWriterImpl.cpp150 HandleEntryAttribute(BPackageEntry* entry, BPackageEntryAttribute* attribute) argument
/haiku/src/preferences/filetypes/
H A DAttributeWindow.cpp431 const char* attribute; local
/haiku/src/kits/game/
H A DSimpleGameSound.cpp118 gs_attribute attribute; local
132 gs_attribute attribute; local
[all...]
/haiku/src/apps/mediaplayer/playlist/
H A DFilePlaylistItem.cpp109 FilePlaylistItem::SetAttribute(const Attribute& attribute, argument
149 FilePlaylistItem::GetAttribute(const Attribute& attribute, argument
164 FilePlaylistItem::SetAttribute(const Attribute& attribute, argument
185 FilePlaylistItem::GetAttribute(const Attribute& attribute, argument
206 FilePlaylistItem::SetAttribute(const Attribute& attribute, argument
223 GetAttribute(const Attribute& attribute, int64& value) const argument
240 SetAttribute(const Attribute& attribute, const float& value) argument
253 GetAttribute(const Attribute& attribute, float& value) const argument
[all...]
/haiku/src/libs/gnu/
H A Dxattr.cpp133 int Set(const char* attribute, int flags, const void* buffer, size_t size) argument
172 ssize_t Get(const char* attribute, void* buffer, size_t size) argument
209 int Remove(const char* attribute) argument
284 getxattr(const char* path, const char* attribute, void* buffer, size_t size) argument
291 lgetxattr(const char* path, const char* attribute, void* buffer, size_t size) argument
298 fgetxattr(int fd, const char* attribute, void* buffer, size_t size) argument
305 setxattr(const char* path, const char* attribute, const void* buffer, size_t size, int flags) argument
313 lsetxattr(const char* path, const char* attribute, const void* buffer, size_t size, int flags) argument
321 fsetxattr(int fd, const char* attribute, const void* buffer, size_t size, int flags) argument
329 removexattr(const char* path, const char* attribute) argument
336 lremovexattr(const char* path, const char* attribute) argument
343 fremovexattr(int fd, const char* attribute) argument
[all...]
/haiku/src/build/libbe/storage/
H A DNodeInfo.cpp224 const char *attribute local
320 const char *attribute = NULL; local
[all...]
/haiku/src/tests/kits/storage/
H A DNodeInfoTest.cpp295 const char *attribute = NULL; local

Completed in 175 milliseconds

12345