Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-util-filemonitor.c472 const char *watchfile; in test_file_monitor_events() local
487 watchfile = strrchr(watchdir, '/'); in test_file_monitor_events()
488 *(char *)watchfile = '\0'; in test_file_monitor_events()
489 watchfile++; in test_file_monitor_events()
490 if (*watchfile == '\0') { in test_file_monitor_events()
491 watchfile = NULL; in test_file_monitor_events()
495 watchfile = op->filesrc; in test_file_monitor_events()
500 watchfile, in test_file_monitor_events()
526 watchfile = strrchr(watchdir, '/'); in test_file_monitor_events()
527 *(char *)watchfile = '\0'; in test_file_monitor_events()