Searched refs:pathsrc (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-util-filemonitor.c | 415 char *pathsrc = NULL; in test_file_monitor_events() local 474 pathsrc = g_strdup_printf("%s/%s", dir, op->filesrc); in test_file_monitor_events() 549 g_printerr("Create %s\n", pathsrc); in test_file_monitor_events() 551 fd = open(pathsrc, O_WRONLY | O_CREAT, 0700); in test_file_monitor_events() 554 pathsrc, strerror(errno)); in test_file_monitor_events() 562 g_printerr("Append %s\n", pathsrc); in test_file_monitor_events() 564 fd = open(pathsrc, O_WRONLY | O_APPEND, 0700); in test_file_monitor_events() 567 pathsrc, strerror(errno)); in test_file_monitor_events() 573 pathsrc, strerror(errno)); in test_file_monitor_events() 582 g_printerr("Truncate %s\n", pathsrc); in test_file_monitor_events() [all …]
|