HomeSort by relevance Sort by last modified time
    Searched defs:targetLocation (Results 1 - 2 of 2) sorted by null

  /packages/apps/Settings/src/com/android/settings/vpn/
Util.java 92 // returns false if sourceLocation is the same as the targetLocation
93 static boolean copyFiles(File sourceLocation , File targetLocation)
95 if (sourceLocation.equals(targetLocation)) return false;
98 if (!targetLocation.exists()) {
99 targetLocation.mkdir();
104 new File(targetLocation, children[i]));
108 OutputStream out = new FileOutputStream(targetLocation);
  /prebuilt/common/ecj/
ecj.jar 

Completed in 190 milliseconds