Searched refs:inputPath (Results 1 – 4 of 4) sorted by relevance
31 def inputPath = inputDir.get().asFile34 def relative = inputPath.relativePath(changedFile)
30 def inputPath = inputDir.get().asFile35 def relative = inputPath.relativePath(changedFile)
317 public boolean renameFile(File inputPath, File newFilePath) { in renameFile() argument322 if (inputPath.isDirectory()) { in renameFile()323 Log.e(TAG, "Input path is directory: " + inputPath.getAbsolutePath()); in renameFile()331 return inputPath.renameTo(newFilePath); in renameFile()
1052 private void decompressLz4(String inputPath, String outputPath) throws Exception {1057 5000, lz4tool.getAbsolutePath(), "-d", "-f", inputPath, outputPath);1062 + inputPath