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

/forgerock/web-agents-v4/source/
H A Dadmin_iis.c712 char schema_sys_file[MAX_PATH]; local
714 if (GetWindowsDirectoryA(schema_sys_file, MAX_PATH) == 0) {
721 strcat(schema_sys_file, "\\System32");
723 strcat(schema_sys_file, "\\Sysnative");
726 strcat(schema_sys_file, "\\System32");
728 strcat(schema_sys_file, IIS_SCHEMA_CONF_FILE);
759 if (file_exists(schema_sys_file) ||
760 CopyFileExA(schema, schema_sys_file, NULL, NULL, FALSE, COPY_FILE_NO_BUFFERING) != 0) {

Completed in 25 milliseconds