Home
last modified time | relevance | path

Searched refs:checkpoint_file (Results 1 – 3 of 3) sorted by relevance

/external/openssh/
Dmoduli.c577 char *checkpoint_file, unsigned long start_lineno, unsigned long num_lines) in prime_test() argument
610 if (checkpoint_file != NULL) in prime_test()
611 last_processed = read_checkpoint(checkpoint_file); in prime_test()
628 if (checkpoint_file != NULL) in prime_test()
629 write_checkpoint(checkpoint_file, count_in); in prime_test()
799 if (checkpoint_file != NULL) in prime_test()
800 unlink(checkpoint_file); in prime_test()
/external/google-breakpad/src/client/windows/sender/
Dcrash_report_sender.cc48 CrashReportSender::CrashReportSender(const wstring &checkpoint_file) in CrashReportSender() argument
49 : checkpoint_file_(checkpoint_file), in CrashReportSender()
Dcrash_report_sender.h68 explicit CrashReportSender(const wstring &checkpoint_file);