Searched refs:transcodePath (Results 1 – 3 of 3) sorted by relevance
42 public boolean isTranscodeFileCached(String path, String transcodePath); in isTranscodeFileCached() argument
54 public boolean isTranscodeFileCached(String path, String transcodePath) { in isTranscodeFileCached() argument
569 final String transcodePath = getTranscodePath(rowId); in prepareIoPath() local570 final File transcodeFile = new File(transcodePath); in prepareIoPath()573 return transcodePath; in prepareIoPath()584 return transcodePath; in prepareIoPath()1117 public boolean isTranscodeFileCached(String path, String transcodePath) { in isTranscodeFileCached() argument1130 boolean result = transcodePath.equalsIgnoreCase(getTranscodePath(rowId)) && in isTranscodeFileCached()1132 new File(transcodePath).exists(); in isTranscodeFileCached()