Lines Matching defs:audit_fn_perm
188 static const char *audit_fn_perm, *audit_fn_active;
2480 rv = apr_file_rename(audit_fn_active, audit_fn_perm,
2495 audit_fn_active, audit_fn_perm);
2571 rv = ctutil_path_join((char **)&audit_fn_perm, sconf->audit_storage,
2580 audit_fn_active = apr_pstrcat(p, audit_fn_perm, ".tmp", NULL);
2581 audit_fn_perm = apr_pstrcat(p, audit_fn_perm, ".out", NULL);
2591 if (ctutil_file_exists(p, audit_fn_perm)) {
2595 audit_fn_perm);
2596 apr_file_remove(audit_fn_perm, p);