Searched refs:directoryPath (Results 1 – 1 of 1) sorted by relevance
188 private boolean fileIsUnder(String filePath, String directoryPath) { in fileIsUnder() argument189 if (directoryPath == null) { in fileIsUnder()194 return FileUtils.contains(new File(directoryPath).getCanonicalPath(), in fileIsUnder()