Searched defs:destPath (Results 1 – 2 of 2) sorted by relevance
108 String destPath = new File(dest, objInfo.getName()).getAbsolutePath(); in copyFile() local
432 public boolean importFile(String deviceName, int objectHandle, String destPath) { in importFile()