Searched defs:test_path (Results 1 - 2 of 2) sorted by relevance

/systemd/src/test/
H A Dtest-path.c41 char **test_path; local
55 STRV_FOREACH(test_path, tests_path) {
58 p = strjoin("/tmp/test-path_", *test_path, NULL);
75 static void check_stop_unlink(Manager *m, Unit *unit, const char *test_path, const char *service_name) { argument
84 assert_se(test_path);
118 (void) rm_rf(test_path, REMOVE_ROOT|REMOVE_PHYSICAL);
122 const char *test_path = "/tmp/test-path_exists"; local
130 assert_se(touch(test_path) >= 0);
132 check_stop_unlink(m, unit, test_path, NULL);
136 const char *test_path local
149 const char *test_path = "/tmp/test-path_changed"; local
169 const char *test_path = "/tmp/test-path_modified"; local
187 const char *test_path = "/tmp/test-path_unit"; local
201 const char *test_path = "/tmp/test-path_directorynotempty/"; local
221 const char *test_path = "/tmp/test-path_makedirectory/"; local
[all...]
H A Dtest-path-util.c41 static void test_path(void) { function
437 test_path();

Completed in 22 milliseconds