Searched refs:C_sXML_END (Results 1 – 1 of 1) sorted by relevance
166 const char C_sXML_END[] = "\\*.xml"; variable181 char * sFilter = new char[ strlen(i_sSrcDirectory) + sizeof C_sXML_END ]; in GatherFileNames()188 strcat(sFilter,C_sXML_END); // STRCAT SAFE HERE in GatherFileNames()
Completed in 17 milliseconds