Searched refs:sig_file (Results 1 - 1 of 1) sorted by relevance

/systemd/src/import/
H A Dpull-common.c330 _cleanup_close_ int sig_file = -1; local
425 sig_file = mkostemp(sig_file_path, O_RDWR);
426 if (sig_file < 0)
429 r = loop_write(sig_file, signature_job->payload, signature_job->payload_size, false);
542 if (sig_file >= 0)

Completed in 8 milliseconds