Lines Matching defs:test_ctx
45 static TALLOC_CTX *test_ctx = NULL;
50 test_ctx = talloc_new(NULL);
52 dir_path = mkdtemp(talloc_asprintf(test_ctx, "%s/%s", TESTS_PATH, tpl_dir));
53 dst_path = mkdtemp(talloc_asprintf(test_ctx, "%s/%s", TESTS_PATH, tpl_dir));
65 if (dir_path && test_ctx) {
66 cmd = talloc_asprintf(test_ctx, "/bin/rm -rf %s\n", dir_path);
72 if (dst_path && test_ctx) {
73 cmd = talloc_asprintf(test_ctx, "/bin/rm -rf %s\n", dst_path);
82 talloc_zfree(test_ctx);
249 tmp = talloc_asprintf(test_ctx, "%s/bar", dst_path);
259 TALLOC_CTX *tmp_ctx = talloc_new(test_ctx);
335 tmp = talloc_asprintf(test_ctx, "%s/foolink", dst_path);
374 tmp = talloc_asprintf(test_ctx, "%s/testnode", dst_path);