Searched defs:attribute (Results 51 - 75 of 106) sorted by relevance

12345

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInodeDir.cpp224 GetDirSnapshot(DirectoryCacheSnapshot** _snapshot, OpenDirCookie* cookie, uint64* _change, bool attribute) argument
H A DNFS4Inode.cpp360 RenameNode(Inode* from, Inode* to, const char* fromName, const char* toName, ChangeInfo* fromChange, ChangeInfo* toChange, uint64* fileID, bool attribute) argument
957 ReadDirOnce(DirEntry** dirents, uint32* count, OpenDirCookie* cookie, bool* eof, uint64* change, uint64* dirCookie, uint64* dirCookieVerf, bool attribute) argument
H A DInode.cpp308 Rename(Inode* from, Inode* to, const char* fromName, const char* toName, bool attribute, ino_t* id, ino_t* oldID) argument
/haiku/src/apps/haikudepot/ui/
H A DPackageContentsView.cpp160 HandleEntryAttribute(BPackageEntry* entry, BPackageEntryAttribute* attribute) argument
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DAttributeIndexImpl.cpp69 PrimaryKey(Attribute *attribute, const uint8 *theKey, argument
73 PrimaryKey(Attribute *attribute) argument
79 Attribute *attribute; member in class:AttributeIndexImpl::PrimaryKey
237 Changed(Attribute *attribute, const uint8 *oldKey, size_t oldLength) argument
277 Added(Attribute *attribute) argument
296 Removed(Attribute *attribute) argument
[all...]
H A DNode.cpp189 Attribute *attribute = new(nothrow) Attribute(fVolume, NULL, name); local
208 DeleteAttribute(Attribute *attribute) argument
218 AddAttribute(Attribute *attribute) argument
234 RemoveAttribute(Attribute *attribute) argument
280 Attribute *attribute = NULL; local
360 Attribute *attribute = NULL; local
[all...]
H A DVolume.cpp608 Volume::NodeAttributeAdded(ino_t id, Attribute *attribute) argument
625 Volume::NodeAttributeRemoved(ino_t id, Attribute *attribute) argument
707 UpdateLiveQueries(Entry *entry, Node* node, const char *attribute, int32 type, const uint8 *oldKey, size_t oldLength, const uint8 *newKey, size_t newLength) argument
[all...]
H A DQuery.cpp165 static status_t IndexSetTo(Index& index, const char* attribute) argument
245 static status_t NodeGetAttribute(Node* node, const char* attribute, argument
334 Query::LiveUpdate(Entry* entry, Node* node, const char* attribute, int32 type, argument
/haiku/src/bin/bfs_tools/
H A Dchkindex.cpp189 checkFiles(Disk &disk,BPlusTree &tree,char *attribute) argument
365 checkIndex(Disk &disk,char *attribute,block_run &run,bool collect) argument
452 char *attribute = argv[0]; local
[all...]
/haiku/src/apps/people/
H A DPeopleApp.cpp42 const char* attribute; member in struct:DefaultAttribute
125 Attribute* attribute = new Attribute(); local
172 Attribute* attribute = new Attribute(); local
189 Attribute* attribute = fAttributes.ItemAt(i); local
327 Attribute* attribute = fAttributes.ItemAt(i); local
[all...]
H A DPersonWindow.cpp348 PersonWindow::AddAttribute(const char* label, const char* attribute) argument
357 char* attribute; local
H A DPersonView.cpp87 PersonView::AddAttribute(const char* label, const char* attribute) argument
353 PersonView::SetAttribute(const char* attribute, boo argument
375 SetAttribute(const char* attribute, const char* value, bool update) argument
[all...]
/haiku/src/apps/diskprobe/
H A DDiskProbe.cpp286 DiskProbe::Probe(BEntry& entry, const char* attribute) argument
366 const char* attribute = NULL; local
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DVolume.cpp410 Volume::UpdateLiveQueries(Inode* inode, const char* attribute, int32 type, argument
449 Volume::CheckForLiveQuery(const char* attribute) argument
/haiku/src/kits/storage/mime/
H A DDatabaseLocation.cpp162 DatabaseLocation::ReadAttribute(const char* type, const char* attribute, argument
192 ReadMessageAttribute(const char* type, const char* attribute, BMessage& _message) const argument
239 ReadStringAttribute(const char* type, const char* attribute, BString& _string) const argument
268 WriteAttribute(const char* type, const char* attribute, const void* data, size_t length, type_code datatype, bool* _didCreate) const argument
299 WriteMessageAttribute(const char* type, const char* attribute, const BMessage& message, bool* _didCreate) const argument
822 char attribute[B_ATTR_NAME_LENGTH]; local
[all...]
/haiku/src/build/libroot/
H A Dfunction_remapper.cpp333 fs_fopen_attr(int fd, const char *attribute, uint32 type, int openMode) argument
351 fs_read_attr(int fd, const char* attribute, uint32 type, off_t pos, argument
362 fs_write_attr(int fd, const char* attribute, uint32 type, off_t pos, argument
373 fs_remove_attr(int fd, const char* attribute) argument
382 fs_stat_attr(int fd, const char *attribute, struct attr_info *attrInfo) argument
[all...]
H A Dfs_attr_generic.cpp333 get_attribute_path(NodeRef ref, const char *path, int fd, const char *attribute, string &attrPath, string &typePath) argument
358 get_attribute_path_virtual_fd(int fd, const char *attribute, string &attrPath, string &typePath) argument
381 get_attribute_path(int fd, const char *attribute, string &attrPath, string &typePath) argument
477 fs_fopen_attr(int fd, const char *attribute, uint32 type, int openMode) argument
542 fs_read_attr(int fd, const char *attribute, uint32 type, off_t pos, void *buffer, size_t readBytes) argument
567 fs_write_attr(int fd, const char *attribute, uint32 type, off_t pos, const void *buffer, size_t readBytes) argument
602 fs_remove_attr(int fd, const char *attribute) argument
629 fs_stat_attr(int fd, const char *attribute, struct attr_info *attrInfo) argument
[all...]
/haiku/src/kits/storage/
H A DCopyEngine.cpp505 BCopyEngine::_HandleAttributeError(const char* path, const char* attribute, argument
550 AttributeStarted(const char* path, const char* attribute, uint32 attributeType) argument
558 AttributeFinished(const char* path, const char* attribute, uint32 attributeType, status_t error) argument
[all...]
H A DAppFileInfo.cpp668 const char* attribute = vectorAttributeName.String(); local
831 const char* attribute local
903 const char* attribute = attributeString.String(); local
[all...]
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DQuery.cpp85 static status_t IndexSetTo(Index& index, const char* attribute) argument
178 static status_t NodeGetAttribute(Node* node, const char* attribute, argument
279 Query::LiveUpdate(Node* node, const char* attribute, int32 type, argument
/haiku/src/kits/game/
H A DGameSound.cpp116 gs_attribute attribute; local
130 gs_attribute attribute; local
144 gs_attribute attribute; local
159 gs_attribute attribute; local
[all...]
/haiku/src/build/libbe/storage/
H A DAppFileInfo.cpp670 const char* attribute = vectorAttributeName.String(); local
833 const char* attribute local
907 const char* attribute = attributeString.String(); local
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A Dhaiku_kernel_emu.cpp109 notify_attribute_changed(dev_t device, ino_t directory, ino_t node, const char *attribute, int32 cause) argument
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DPOP3.cpp875 BString attribute = "MAIL:"; local
902 BString attribute = "MAIL:"; local
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackage.cpp189 HandleEntryAttribute(BPackageEntry* entry, BPackageEntryAttribute* attribute) argument

Completed in 388 milliseconds

12345