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