Searched refs:fileOrDirPath (Results 1 – 1 of 1) sorted by relevance
310 private String getParentDirPath(String fileOrDirPath) { in getParentDirPath() argument311 boolean endsWithSlashCheck = fileOrDirPath.endsWith(File.separator); in getParentDirPath()312 return fileOrDirPath.substring( in getParentDirPath()314 fileOrDirPath.lastIndexOf( in getParentDirPath()317 ? fileOrDirPath.length() - 2 in getParentDirPath()318 : fileOrDirPath.length() - 1)); in getParentDirPath()