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

/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dkernel_interface.cpp294 static const char* kAttributes[] = { local
301 for (int32 i = 0; kAttributes[i]; i++) {
302 if (!strcmp(name, kAttributes[i]))
306 static const char* kAttributes[] = { local
314 for (int32 i = 0; kAttributes[i]; i++) {
315 if (!strcmp(name, kAttributes[i]))

Completed in 29 milliseconds