Searched refs:search_1 (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
61 search_1 = "/dir1";
65 search_1 = strjoina(tmp_dir, "/dir1");
72 assert_se(conf_files_list(&found_files, ".conf", root_dir, search_1, search_2, NULL) == 0);

Completed in 263 milliseconds