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

/sssd/src/tests/
H A Dsbus_codegen_tests.c531 static const char *pilot_path_array[] = { "/some/path", "/another/path" }; variable
537 array_getter_body(pilot_path_array, arr_out, arr_len);
1110 ck_assert_str_eq(path_arr_val[0], pilot_path_array[0]);
1111 ck_assert_str_eq(path_arr_val[1], pilot_path_array[1]);
1393 ck_assert_str_eq(strings[0], pilot_path_array[0]);
1394 ck_assert_str_eq(strings[1], pilot_path_array[1]);
1445 { "object_path_array", false, N_ELEMENTS(pilot_path_array), DBUS_TYPE_OBJECT_PATH, { .path_arr_val = pilot_path_array } },

Completed in 60 milliseconds