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

/external/libxkbcommon/xkbcommon/test/
H A Dtest.h57 test_get_path(const char *path_rel);
60 test_read_file(const char *path_rel);
71 test_compile_file(struct xkb_context *context, const char *path_rel);
H A Dfilecomp.c27 test_file(struct xkb_context *ctx, const char *path_rel) argument
29 struct xkb_keymap *keymap = test_compile_file(ctx, path_rel);
H A Dcommon.c157 test_get_path(const char *path_rel) argument
164 strlen(path_rel ? path_rel : "") + 12;
173 path_rel ? path_rel : "");
179 test_read_file(const char *path_rel) argument
185 path = test_get_path(path_rel);
256 test_compile_file(struct xkb_context *context, const char *path_rel) argument
262 path = test_get_path(path_rel);

Completed in 136 milliseconds