Searched refs:search_2 (Results 1 - 1 of 1) sorted by relevance

/systemd/src/test/
H A Dtest-conf-files.c51 const char *root_dir, *search_1, *search_2, *expect_a, *expect_b; local
62 search_2 = "/dir2";
66 search_2 = strjoina(tmp_dir, "/dir2");
72 assert_se(conf_files_list(&found_files, ".conf", root_dir, search_1, search_2, NULL) == 0);

Completed in 9 milliseconds