Searched refs:sIniFile (Results 1 – 4 of 4) sorted by relevance
247 my $sIniFile = convertCygwinPath($sGlobalIniFile);249 if (open(INIFILE, ">>" . $sIniFile ))261 my $sIniFile = convertCygwinPath($sGlobalIniFile);262 if (open(INIFILE, $sIniFile))
93 String sIniFile = FileHelper.appendPath(m_sResult, "index.ini"); in load() local94 IniFile aIniFile2 = new IniFile(sIniFile); in load()108 IniFile aIniFile = new IniFile(sIniFile); in load()
611 String sIniFile = FileHelper.appendPath(sFileDir, sBasename + ".ini"); in createInfoFile() local612 IniFile aIniFile = new IniFile(sIniFile); in createInfoFile()
205 String sIniFile = FileHelper.appendPath(sPath, "index.ini"); in checkOneFile() local206 IniFile aIniFile = new IniFile(sIniFile); in checkOneFile()
Completed in 22 milliseconds