| 4994 | } |
| 4995 | |
| 4996 | static bool win_generation_nonce(uint8_t nonce[CBM_DAEMON_IPC_WINDOWS_NONCE_SIZE]) { |
| 4997 | return cbm_secure_random(nonce, CBM_DAEMON_IPC_WINDOWS_NONCE_SIZE); |
| 4998 | } |
| 4999 | |
| 5000 | static int win_private_lock_probe(cbm_private_lock_directory_t *directory, const char *base_name) { |
| 5001 | cbm_private_file_lock_t *probe = NULL; |
no test coverage detected