Home | History | Annotate | Download | only in util

Lines Matching defs:getBaseName

658      * e.g. getBaseName("file.txt") will return "file"
663 public static String getBaseName(String fileName) {
715 String prefix = getBaseName(remoteFileName);