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

/haiku/src/tests/kits/storage/
H A DEntryTest.cpp136 static const status_t kErrors[] = { variable
157 static const int32 kErrorCount = sizeof(kErrors) / sizeof(status_t);
166 if (kErrors[i] == error)
203 status_t error1 = kErrors[index1];
204 status_t error2 = kErrors[index2];

Completed in 81 milliseconds