Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-util-filemonitor.c416 char *pathdst = NULL; in test_file_monitor_events() local
476 pathdst = g_strdup_printf("%s/%s", dir, op->filedst); in test_file_monitor_events()
593 g_printerr("Rename %s -> %s\n", pathsrc, pathdst); in test_file_monitor_events()
595 if (rename(pathsrc, pathdst) < 0) { in test_file_monitor_events()
597 pathsrc, pathdst, strerror(errno)); in test_file_monitor_events()
653 g_free(pathdst); in test_file_monitor_events()
654 pathsrc = pathdst = NULL; in test_file_monitor_events()
663 g_free(pathdst); in test_file_monitor_events()