Searched defs:vcl_file (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/source/
H A Dadmin.c791 char vcl_file[AM_URI_SIZE]; local
794 snprintf(vcl_file, sizeof (vcl_file),
796 install_log("writing vcl configuration to %s", vcl_file);
797 if (write_file(vcl_file, vcl_template, vcl_template_sz) > 0) {
800 install_log("failed to write agent vcl configuration to %s", vcl_file);

Completed in 177 milliseconds