Searched refs:override_file (Results 1 - 5 of 5) sorted by relevance
/third_party/libinput/tools/ |
H A D | libinput-quirks.c | 101 *override_file = NULL; in main() local 175 override_file = LIBINPUT_QUIRKS_OVERRIDE_FILE; in main() 180 override_file, in main()
|
H A D | libinput-record.c | 1789 const char *override_file = LIBINPUT_QUIRKS_OVERRIDE_FILE; in print_device_quirks() local 1798 override_file = NULL; in print_device_quirks() 1804 override_file, in print_device_quirks() 1814 override_file ? " and " : "", in print_device_quirks() 1815 override_file ? override_file : "", in print_device_quirks()
|
/third_party/libinput/src/ |
H A D | quirks.h | 156 * @param override_file A file path containing custom overrides 164 const char *override_file,
|
H A D | quirks.c | 1125 const char *override_file, in quirks_init_subsystem() 1151 if (override_file && !parse_file(ctx, override_file)) in quirks_init_subsystem() 1124 quirks_init_subsystem(const char *data_path, const char *override_file, libinput_log_handler log_handler, struct libinput *libinput, enum quirks_log_type log_type) quirks_init_subsystem() argument
|
H A D | libinput.c | 1886 *override_file = NULL; in libinput_init_quirks() local 1898 override_file = LIBINPUT_QUIRKS_OVERRIDE_FILE; in libinput_init_quirks() 1902 override_file, in libinput_init_quirks() 1912 override_file ? " and " : "", in libinput_init_quirks() 1913 override_file ? override_file : "", in libinput_init_quirks()
|
Completed in 13 milliseconds