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