MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / raiseError

Function raiseError

src/common/os/posix/os_utils.cpp:275–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273#endif
274
275static void raiseError(int errCode, const char* filename)
276{
277 (Arg::Gds(isc_io_error) << "open" << filename << Arg::Gds(isc_io_open_err)
278 << SYS_ERR(errCode)).raise();
279}
280
281
282// open (or create if missing) and set appropriate access rights

Callers 5

openCreateSharedFileFunction · 0.70
convertMethod · 0.50
convertLengthMethod · 0.50
initMethod · 0.50
endBlrMethod · 0.50

Calls 2

GdsClass · 0.85
raiseMethod · 0.45

Tested by

no test coverage detected