HomeSort by relevance Sort by last modified time
    Searched full: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);
  /external/webkit/JavaScriptCore/jit/
JIT.h 344 JSRInfo(DataLabelPtr storeLocation, Label targetLocation)
346 , target(targetLocation)
    [all...]

Completed in 49 milliseconds