Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/store/
H A Dlayout_test.cpp261 ATF_TEST_CASE_WITHOUT_HEAD(new_db_for_migration);
262 ATF_TEST_CASE_BODY(new_db_for_migration) in ATF_TEST_CASE_BODY() argument
265 const fs::path results_file = layout::new_db_for_migration( in ATF_TEST_CASE_BODY()
342 ATF_ADD_TEST_CASE(tcs, new_db_for_migration); in ATF_INIT_TEST_CASES()
H A Dlayout.hpp75 utils::fs::path new_db_for_migration(const utils::fs::path&,
H A Dlayout.cpp212 layout::new_db_for_migration(const fs::path& root, in new_db_for_migration() function in layout
H A Dmigrate.cpp184 const fs::path new_file = store::layout::new_db_for_migration( in chunk_database()