Home
last modified time | relevance | path

Searched refs:inputPath (Results 1 – 4 of 4) sorted by relevance

/packages/apps/ManagedProvisioning/studio-dev/ManagedProvisioningGradleProject/buildSrc/src/main/groovy/
DFilterCopyTask.groovy31 def inputPath = inputDir.get().asFile
34 def relative = inputPath.relativePath(changedFile)
DFilterResourcesTask.groovy30 def inputPath = inputDir.get().asFile
35 def relative = inputPath.relativePath(changedFile)
/packages/apps/Camera2/src/com/android/camera/
DStorage.java317 public boolean renameFile(File inputPath, File newFilePath) { in renameFile() argument
322 if (inputPath.isDirectory()) { in renameFile()
323 Log.e(TAG, "Input path is directory: " + inputPath.getAbsolutePath()); in renameFile()
331 return inputPath.renameTo(newFilePath); in renameFile()
/packages/modules/Virtualization/tests/hostside/java/com/android/microdroid/test/
DMicrodroidHostTests.java1052 private void decompressLz4(String inputPath, String outputPath) throws Exception {
1057 5000, lz4tool.getAbsolutePath(), "-d", "-f", inputPath, outputPath);
1062 + inputPath