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

/haiku/src/tests/kits/storage/testapps/
H A DPathMonitorTest2.cpp47 #define FATAL_IF_ERROR(error, ...) \ macro
61 FATAL_IF_ERROR(errno, __VA_ARGS__)
110 FATAL_IF_ERROR(B_NO_MEMORY, "Failed to make absolute path");
311 FATAL_IF_ERROR(entry.SetTo(fromPath),
313 FATAL_IF_ERROR(entry.GetRef(&fFromEntryRef),
428 FATAL_IF_ERROR(entry.SetTo(path), "Failed to init BEntry for \"%s\"",
430 FATAL_IF_ERROR(entry.GetRef(&fEntryRef),
432 FATAL_IF_ERROR(entry.GetNodeRef(&fNodeRef),
524 FATAL_IF_ERROR(entry.SetTo(kTestBasePath),
534 FATAL_IF_ERROR(fLooperThrea
[all...]

Completed in 31 milliseconds