Symbol: _NotifyError
headers/private/storage/CopyEngine.h
59
void _NotifyError(status_t error, const char* format,
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
117
static void _NotifyError(const BString& messageText);
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
318
_NotifyError(message.String());
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
339
_NotifyError(message.String());
src/apps/haikudepot/server/LocalPkgDataLoadProcess.h
44
static void _NotifyError(const BString& messageText);
src/apps/haikudepot/server/LocalRepositoryUpdateProcess.cpp
148
_NotifyError(ex.Message(), ex.Details());
src/apps/haikudepot/server/LocalRepositoryUpdateProcess.cpp
150
_NotifyError(ex.Message());
src/apps/haikudepot/server/LocalRepositoryUpdateProcess.cpp
154
_NotifyError(strerror(result));
src/apps/haikudepot/server/LocalRepositoryUpdateProcess.cpp
164
_NotifyError(error, "");
src/apps/haikudepot/server/LocalRepositoryUpdateProcess.cpp
87
_NotifyError(strerror(result));
src/apps/haikudepot/server/LocalRepositoryUpdateProcess.h
56
void _NotifyError(const BString& error) const;
src/apps/haikudepot/server/LocalRepositoryUpdateProcess.h
57
void _NotifyError(const BString& error,
src/kits/storage/CopyEngine.cpp
106
_NotifyError(B_NO_MEMORY, "Failed to allocate buffer");
src/kits/storage/CopyEngine.cpp
346
_NotifyError(bytesRead, "Failed to read from file \"%s\": %s\n",
src/kits/storage/CopyEngine.cpp
357
_NotifyError(bytesWritten, "Failed to write to file \"%s\": %s\n",
src/kits/storage/CopyEngine.cpp
363
_NotifyError(B_ERROR, "Failed to write all data to file \"%s\"\n",
src/kits/storage/CopyEngine.cpp
393
_NotifyError(error, "Failed to get info of attribute \"%s\" "