Home
last modified time | relevance | path

Searched refs:new_stub_file (Results 1 – 2 of 2) sorted by relevance

/dports/databases/xapian-core/xapian-core-1.4.18/api/
H A Dcompactor.cc420 string new_stub_file = destdir; in compact_() local
421 new_stub_file += "/new_stub.tmp"; in compact_()
423 ofstream new_stub(new_stub_file.c_str()); in compact_()
427 if (!io_tmp_rename(new_stub_file, stub_file)) { in compact_()
429 msg += new_stub_file; in compact_()
/dports/databases/xapian-core12/xapian-core-1.2.25/api/
H A Dcompactor.cc493 string new_stub_file = destdir; in compact() local
494 new_stub_file += "/new_stub.tmp"; in compact()
496 ofstream new_stub(new_stub_file.c_str()); in compact()
504 if (!io_tmp_rename(new_stub_file, stub_file)) { in compact()
506 msg += new_stub_file; in compact()