Searched refs:onlyFileName (Results 1 – 1 of 1) sorted by relevance
626 String onlyFileName = saneFile.substring(lastSlash+1, fileName.length()); in setName() local628 int lastDot = onlyFileName.lastIndexOf('.'); in setName()632 onlyFileNameNoSuffix = onlyFileName+GRAMMAR_FILE_EXTENSION; in setName()635 onlyFileNameNoSuffix = onlyFileName.substring(0,lastDot); in setName()