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

Function getScreenDir

src/util_exec.cpp:342–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340}
341
342static string
343getScreenDir()
344{
345 string tmpdir = string(dmtcp_get_tmpdir()) + "/" + "uscreens";
346
347 Util::safeMkdir(tmpdir.c_str(), 0700);
348 return tmpdir;
349}
350
351bool
352Util::isScreen(const char *filename)

Callers 1

setScreenDirMethod · 0.85

Calls 1

dmtcp_get_tmpdirFunction · 0.70

Tested by

no test coverage detected