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

/systemd/src/test/
H A Dtest-path-lookup.c29 static void test_paths(ManagerRunningAs running_as, bool personal) { function
73 test_paths(MANAGER_SYSTEM, false);
74 test_paths(MANAGER_SYSTEM, true);
75 test_paths(MANAGER_USER, false);
76 test_paths(MANAGER_USER, true);

Completed in 994 milliseconds