Symbol: FATAL_IF_ERROR
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
110
FATAL_IF_ERROR(B_NO_MEMORY, "Failed to make absolute path");
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
311
FATAL_IF_ERROR(entry.SetTo(fromPath),
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
313
FATAL_IF_ERROR(entry.GetRef(&fFromEntryRef),
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
428
FATAL_IF_ERROR(entry.SetTo(path), "Failed to init BEntry for \"%s\"",
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
430
FATAL_IF_ERROR(entry.GetRef(&fEntryRef),
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
432
FATAL_IF_ERROR(entry.GetNodeRef(&fNodeRef),
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
524
FATAL_IF_ERROR(entry.SetTo(kTestBasePath),
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
534
FATAL_IF_ERROR(fLooperThread, "Failed to init looper");
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
589
FATAL_IF_ERROR(BPathMonitor::StartWatching(absolutePath, fFlags, this),
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
604
FATAL_IF_ERROR(
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
61
FATAL_IF_ERROR(errno, __VA_ARGS__)
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
625
FATAL_IF_ERROR(entry.SetTo(absolutePath),
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
627
FATAL_IF_ERROR(entry.Remove(),
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
729
FATAL_IF_ERROR(B_NO_MEMORY, "Failed to store notification");
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
741
FATAL_IF_ERROR(create_directory(path, 0755),
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
750
FATAL_IF_ERROR(directory.SetTo(&entry),
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
760
FATAL_IF_ERROR(entry.Remove(), "Failed to remove entry \"%s\"",