Home
last modified time | relevance | path

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

/third_party/libinput/tools/
H A Dlibinput-quirks.c101 *override_file = NULL; in main() local
175 override_file = LIBINPUT_QUIRKS_OVERRIDE_FILE; in main()
180 override_file, in main()
H A Dlibinput-record.c1789 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 Dquirks.h156 * @param override_file A file path containing custom overrides
164 const char *override_file,
H A Dquirks.c1125 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 Dlibinput.c1886 *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