Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/store/
H A Dmigrate.cpp146 chunk_database(const fs::path& old_file) in chunk_database() argument
148 PRE(get_schema_version(old_file) == first_chunked_schema_version - 1); in chunk_database()
150 LI(F("Need to split %s into per-action files") % old_file); in chunk_database()
153 old_file, sqlite::open_readonly); in chunk_database()
203 utils::make_optional(old_file)); in chunk_database()
210 fs::unlink(old_file); in chunk_database()