MCPcopy Create free account
hub / github.com/dmtcp/dmtcp / jwrite

Function jwrite

jalib/jassert.cpp:53–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51static char logFilePath[PATH_MAX] = {0};
52
53static int
54jwrite(int fd, const char *str)
55{
56 jalib::writeAll(fd, str, strlen(str));
57
58 return strlen(str);
59}
60}
61
62jassert_internal::JAssert&

Callers 4

jassert_initMethod · 0.85
open_log_fileMethod · 0.85
writeToConsoleMethod · 0.85
writeToLogMethod · 0.85

Calls 1

writeAllFunction · 0.85

Tested by

no test coverage detected