Searched refs:filesrc (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-util-filemonitor.c | 46 const char *filesrc; member 235 .filesrc = NULL, .watchid = &watch0 }, in test_file_monitor_events() 237 .filesrc = "one.txt", .watchid = &watch1 }, in test_file_monitor_events() 239 .filesrc = "two.txt", .watchid = &watch2 }, in test_file_monitor_events() 243 .filesrc = "one.txt", }, in test_file_monitor_events() 245 .filesrc = "one.txt", .watchid = &watch0, in test_file_monitor_events() 248 .filesrc = "one.txt", .watchid = &watch1, in test_file_monitor_events() 253 .filesrc = "two.txt", }, in test_file_monitor_events() 255 .filesrc = "two.txt", .watchid = &watch0, in test_file_monitor_events() 258 .filesrc = "two.txt", .watchid = &watch2, in test_file_monitor_events() [all …]
|