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

/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dkernel_interface.cpp271 static const uint32 kMaxAttributes = 64; variable
352 if (count > kMaxAttributes)
353 count = kMaxAttributes;
421 if (count > kMaxAttributes)

Completed in 25 milliseconds