Home
last modified time | relevance | path

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

/qemu/tests/unit/
H A Dtest-util-filemonitor.c415 char *pathsrc = NULL; in test_file_monitor_events() local
584 if (truncate(pathsrc, 4) < 0) { in test_file_monitor_events()
595 if (rename(pathsrc, pathdst) < 0) { in test_file_monitor_events()
606 if (unlink(pathsrc) < 0) { in test_file_monitor_events()
615 g_printerr("Touch %s\n", pathsrc); in test_file_monitor_events()
619 if (utime(pathsrc, &ubuf) < 0) { in test_file_monitor_events()
628 g_printerr("Mkdir %s\n", pathsrc); in test_file_monitor_events()
641 if (rmdir(pathsrc) < 0) { in test_file_monitor_events()
652 g_free(pathsrc); in test_file_monitor_events()
654 pathsrc = pathdst = NULL; in test_file_monitor_events()
[all …]