Home
last modified time | relevance | path

Searched refs:i_sParentdDirectory (Results 1 – 2 of 2) sorted by relevance

/trunk/main/xml2cmp/source/support/
H A Dsyshelp.cxx247 const char * i_sParentdDirectory ) in GatherSubDirectories() argument
255 char * sFilter = new char[strlen(i_sParentdDirectory) + sizeof C_sANYDIR]; in GatherSubDirectories()
257 strcpy(sFilter, i_sParentdDirectory); in GatherSubDirectories()
281 DIR * pDir = opendir( i_sParentdDirectory ); in GatherSubDirectories()
H A Dsyshelp.hxx76 const char * i_sParentdDirectory );