Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
static char logFilePath[PATH_MAX] = {0};
52
53
static int
54
jwrite(int fd, const char *str)
55
{
56
jalib::writeAll(fd, str, strlen(str));
57
58
return strlen(str);
59
}
60
}
61
62
jassert_internal::JAssert&
Callers
4
jassert_init
Method · 0.85
open_log_file
Method · 0.85
writeToConsole
Method · 0.85
writeToLog
Method · 0.85
Calls
1
writeAll
Function · 0.85
Tested by
no test coverage detected