Searched defs:audit_log_path (Results 1 - 1 of 1) sorted by relevance
| /forgerock/web-agents-v4/source/ |
| H A D | admin.c | 407 char* audit_log_path = NULL; local 414 am_asprintf(&audit_log_path, "%s"FILE_PATH_SEP"logs"FILE_PATH_SEP"audit"FILE_PATH_SEP, created_name_path); 424 if (log_path == NULL || audit_log_path == NULL || conf_file_path == NULL) { 425 install_log("log_path, audit_log_path or conf_file_path is NULL"); 510 install_log("updating %s with %s", AM_INSTALL_AUDITPATH, audit_log_path); 511 rv = string_replace(&agent_conf_template, AM_INSTALL_AUDITPATH, audit_log_path, &agent_conf_template_sz); 661 AM_FREE(conf_file_path, log_path, audit_log_path, agent_conf_template);
|
Completed in 33 milliseconds