Home
last modified time | relevance | path

Searched refs:kSharedAttributes (Results 1 – 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dkernel_interface.cpp76 kSharedAttributes, enumerator
305 } else if (attrMode == kSharedAttributes) { in is_special_attribute()
969 int fd = _OpenAttributes(O_RDONLY, kSharedAttributes); in _RestoreSharedAttributes()
990 int fd = _OpenAttributes(O_WRONLY, kSharedAttributes); in _StoreSharedAttributes()
992 write_attributes(fd, fRootNode, kSharedAttributes); in _StoreSharedAttributes()