Lines Matching full:deep

637     err = write_str(s, DOMID_GUEST, XBT_NULL, "some/deep/dark/relative/path",  in test_xs_node_tx_rm()
642 "some/deep/dark/relative/pathwatch")); in test_xs_node_tx_rm()
650 err = xs_impl_rm(s, DOMID_GUEST, tx_id, "some/deep/dark"); in test_xs_node_tx_rm()
655 err = xs_impl_read(s, DOMID_GUEST, XBT_NULL, "some/deep/dark/relative/path", in test_xs_node_tx_rm()
669 g_assert(!strcmp(watches->str, "some/deep/darkwatch")); in test_xs_node_tx_rm()
673 err = xs_impl_read(s, DOMID_GUEST, XBT_NULL, "some/deep/dark/relative/path", in test_xs_node_tx_rm()
697 err = write_str(s, DOMID_GUEST, XBT_NULL, "some/deep/dark/relative/path", in test_xs_node_tx_resurrect()
708 err = write_str(s, DOMID_GUEST, XBT_NULL, "some/deep/dark", in test_xs_node_tx_resurrect()
726 err = xs_impl_rm(s, DOMID_GUEST, tx_id, "some/deep"); in test_xs_node_tx_resurrect()
732 err = write_str(s, DOMID_GUEST, tx_id, "some/deep/dark/different/path", in test_xs_node_tx_resurrect()
747 g_assert(strstr(watches->str, "some/deep/dark/different/pathwatch")); in test_xs_node_tx_resurrect()
749 g_assert(strstr(watches->str, "some/deep/dark/relativewatch")); in test_xs_node_tx_resurrect()
751 g_assert(strstr(watches->str, "some/deep/darkwatch")); in test_xs_node_tx_resurrect()
756 err = xs_impl_read(s, DOMID_GUEST, XBT_NULL, "some/deep/dark/relative/path", in test_xs_node_tx_resurrect()
782 err = write_str(s, DOMID_GUEST, XBT_NULL, "some/deep/dark/relative/path", in test_xs_node_tx_resurrect2()
793 err = write_str(s, DOMID_GUEST, XBT_NULL, "some/deep/dark", in test_xs_node_tx_resurrect2()
811 err = xs_impl_rm(s, DOMID_GUEST, tx_id, "some/deep"); in test_xs_node_tx_resurrect2()
817 err = write_str(s, DOMID_GUEST, tx_id, "some/deep/dark/relative/path", in test_xs_node_tx_resurrect2()
832 g_assert(strstr(watches->str, "some/deep/dark/relative/pathwatch")); in test_xs_node_tx_resurrect2()
834 g_assert(strstr(watches->str, "some/deep/darkwatch")); in test_xs_node_tx_resurrect2()
839 err = xs_impl_read(s, DOMID_GUEST, XBT_NULL, "some/deep/dark/relative/path", in test_xs_node_tx_resurrect2()