Searched refs:sInfoFilename (Results 1 – 2 of 2) sorted by relevance
618 String sInfoFilename = FileHelper.appendPath(sFileDir, sNameNoSuffix + ".info"); in createInfoFile() local619 File aInfoFile = new File(sInfoFilename); in createInfoFile()
436 String sInfoFilename = sFileDir + fs + sNameNoSuffix + ".info"; in createInfoFile() local437 File aInfoFile = new File(sInfoFilename); in createInfoFile()
Completed in 29 milliseconds