HomeSort by relevance Sort by last modified time
    Searched refs:keymap_path (Results 1 - 2 of 2) sorted by null

  /external/libxkbcommon/xkbcommon/test/
print-compiled-keymap.c 40 const char *keymap_path = NULL; local
61 keymap_path = optarg;
80 if (keymap_path)
81 keymap = test_compile_file(ctx, keymap_path);
interactive-evdev.c 378 const char *keymap_path = NULL; local
402 keymap_path = optarg;
438 if (keymap_path) {
439 FILE *file = fopen(keymap_path, "r");
443 keymap_path, strerror(errno));

Completed in 462 milliseconds