Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/store/
H A Dlayout_test.cpp57 const std::string test_suite = layout::test_suite_for_path( in ATF_TEST_CASE_BODY()
88 "results." + layout::test_suite_for_path(dir1) + ".")).str(); in ATF_TEST_CASE_BODY()
90 "results." + layout::test_suite_for_path(dir2) + ".")).str(); in ATF_TEST_CASE_BODY()
133 const std::string id1 = layout::test_suite_for_path(dir1); in ATF_TEST_CASE_BODY()
135 const std::string id2 = layout::test_suite_for_path(dir2); in ATF_TEST_CASE_BODY()
167 const std::string id1 = layout::test_suite_for_path(dir1); in ATF_TEST_CASE_BODY()
169 const std::string id2 = layout::test_suite_for_path(dir2); in ATF_TEST_CASE_BODY()
312 layout::test_suite_for_path(fs::path("/dir1/dir2/dir3"))); in ATF_TEST_CASE_BODY()
314 layout::test_suite_for_path(fs::path("/dir1"))); in ATF_TEST_CASE_BODY()
316 layout::test_suite_for_path(fs::path("/dir1///dir2"))); in ATF_TEST_CASE_BODY()
[all …]
H A Dlayout.cpp149 const std::string test_suite = test_suite_for_path(fs::current_path()); in find_results()
169 return find_latest(test_suite_for_path(id_as_path)); in find_results()
190 generated_id = new_id(test_suite_for_path(root), in new_db()
215 const std::string generated_id = new_id(test_suite_for_path(root), when); in new_db_for_migration()
251 layout::test_suite_for_path(const fs::path& path) in test_suite_for_path() function in layout
H A Dlayout.hpp78 std::string test_suite_for_path(const utils::fs::path&);