Lines Matching full:local
65 err = xs_impl_rm(s, DOMID_QEMU, XBT_NULL, "/local"); in xs_impl_delete()
282 abspath = g_strdup_printf("/local/domain/%u", DOMID_GUEST); in setup()
297 abspath = g_strdup_printf("/local/domain/%u/some", DOMID_GUEST); in setup()
334 err = xs_impl_watch(s, 0, "/local/domain/1/some", "qemuwatch", in test_xs_node_simple()
337 g_assert(qemu_watches->len == strlen("/local/domain/1/someqemuwatch")); in test_xs_node_simple()
338 g_assert(!strcmp(qemu_watches->str, "/local/domain/1/someqemuwatch")); in test_xs_node_simple()
353 "/local/domain/1/some/relative/pathqemuwatch")); in test_xs_node_simple()
368 "/local/domain/1/some/relative/path", data); in test_xs_node_simple()
378 err = write_str(s, DOMID_GUEST, XBT_NULL, "/local/domain/badplace", in test_xs_node_simple()
385 "/local/domain/1/some/relative/path2", in test_xs_node_simple()
429 err = xs_impl_watch(s, DOMID_GUEST, "/local/domain/1/some/relative", in test_xs_node_simple()
433 strlen("/local/domain/1/some/relativewatchrel")); in test_xs_node_simple()
435 "/local/domain/1/some/relativewatchrel")); in test_xs_node_simple()
444 err = write_str(s, DOMID_GUEST, XBT_NULL, "/local/domain/badplace", in test_xs_node_simple()
449 "/local/domain/1/some/relativewatchrel")); in test_xs_node_simple()
478 "/local/domain/1/some/relativewatchrel")); in test_xs_node_simple()