Lines Matching refs:op

468         const QFileMonitorTestOp *op = &(ops[i]);  in test_file_monitor_events()  local
474 pathsrc = g_strdup_printf("%s/%s", dir, op->filesrc); in test_file_monitor_events()
475 if (op->filedst) { in test_file_monitor_events()
476 pathdst = g_strdup_printf("%s/%s", dir, op->filedst); in test_file_monitor_events()
479 switch (op->type) { in test_file_monitor_events()
483 dir, op->filesrc); in test_file_monitor_events()
485 if (op->filesrc && strchr(op->filesrc, '/')) { in test_file_monitor_events()
486 watchdir = g_strdup_printf("%s/%s", dir, op->filesrc); in test_file_monitor_events()
495 watchfile = op->filesrc; in test_file_monitor_events()
497 *op->watchid = in test_file_monitor_events()
505 if (*op->watchid < 0) { in test_file_monitor_events()
512 g_printerr("Watch ID %" PRIx64 "\n", *op->watchid); in test_file_monitor_events()
514 if (g_hash_table_contains(ids, op->watchid)) { in test_file_monitor_events()
515 g_printerr("Watch ID %" PRIx64 "already exists", *op->watchid); in test_file_monitor_events()
518 g_hash_table_add(ids, op->watchid); in test_file_monitor_events()
522 g_printerr("Del watch %s %" PRIx64 "\n", dir, *op->watchid); in test_file_monitor_events()
524 if (op->filesrc && strchr(op->filesrc, '/')) { in test_file_monitor_events()
525 watchdir = g_strdup_printf("%s/%s", dir, op->filesrc); in test_file_monitor_events()
531 g_hash_table_remove(ids, op->watchid); in test_file_monitor_events()
534 *op->watchid); in test_file_monitor_events()
540 *op->watchid, op->eventid, op->filesrc); in test_file_monitor_events()
542 if (!qemu_file_monitor_test_expect(&data, *op->watchid, in test_file_monitor_events()
543 op->eventid, op->filesrc, in test_file_monitor_events()
544 op->swapnext)) in test_file_monitor_events()
687 const QFileMonitorTestOp *op = &(ops[i]); in test_file_monitor_events() local
689 dir, op->filesrc); in test_file_monitor_events()
690 if (op->type == QFILE_MONITOR_TEST_OP_MKDIR) { in test_file_monitor_events()
696 if (op->filedst) { in test_file_monitor_events()
698 dir, op->filedst); in test_file_monitor_events()