Home
last modified time | relevance | path

Searched refs:LIBINPUT_QUIRKS_DIR (Results 1 – 7 of 7) sorted by relevance

/third_party/libinput/include/
Dconfig.h26 #define LIBINPUT_QUIRKS_DIR "/usr/share/libinput" macro
/third_party/libinput/tools/
Dlibinput-quirks.c174 data_path = LIBINPUT_QUIRKS_DIR; in main()
Dlibinput-record.c1761 const char *data_path = LIBINPUT_QUIRKS_DIR; in print_device_quirks()
/third_party/libinput/test/
Dlitest.c1011 data_path = LIBINPUT_QUIRKS_DIR; in litest_run_suite()
1541 dirname = LIBINPUT_QUIRKS_DIR; in litest_setup_quirks()
/third_party/libinput/
Dmeson.build320 config_h.set_quoted('LIBINPUT_QUIRKS_DIR', dir_data)
/third_party/libinput/patch/diff_libinput_mmi/libinput/
Dlibinput_0000.diff1134 -#define LIBINPUT_QUIRKS_DIR "/usr/share/libinput"
1135 +#define LIBINPUT_QUIRKS_DIR "/etc/libinput/quirks"
5669 - data_path = getenv("LIBINPUT_QUIRKS_DIR");
5671 - data_path = LIBINPUT_QUIRKS_DIR;
5674 + data_path = (char *)LIBINPUT_QUIRKS_DIR;
/third_party/libinput/src/
Dlibinput.c1896 data_path = LIBINPUT_QUIRKS_DIR; in libinput_init_quirks()