Searched refs:absFilePath (Results 1 – 1 of 1) sorted by relevance
323 Optional<String> absFilePath = getFormatedPath(filePath); in checkFileIsExists() local324 if (!absFilePath.isPresent()) { in checkFileIsExists()328 File file = new File(absFilePath.get()); in checkFileIsExists()