Lines Matching refs:WindowsPath

103         if (!(path instanceof WindowsPath))
105 WindowsPath file = (WindowsPath)path;
132 if (!(path instanceof WindowsPath))
134 WindowsPath file = (WindowsPath)path;
159 WindowsPath file = WindowsPath.toWindowsPath(obj);
198 WindowsPath file = WindowsPath.toWindowsPath(obj);
220 WindowsPath file = WindowsPath.toWindowsPath(obj);
239 WindowsPath file = WindowsPath.toWindowsPath(obj);
278 WindowsFileCopy.copy(WindowsPath.toWindowsPath(source),
279 WindowsPath.toWindowsPath(target),
287 WindowsFileCopy.move(WindowsPath.toWindowsPath(source),
288 WindowsPath.toWindowsPath(target),
295 private static boolean hasDesiredAccess(WindowsPath file, int rights) throws IOException {
321 private void checkReadAccess(WindowsPath file) throws IOException {
345 WindowsPath file = WindowsPath.toWindowsPath(obj);
409 WindowsPath file1 = WindowsPath.toWindowsPath(obj1);
414 if (!(obj2 instanceof WindowsPath))
416 WindowsPath file2 = (WindowsPath)obj2;
460 WindowsPath file = WindowsPath.toWindowsPath(obj);
476 WindowsPath file = WindowsPath.toWindowsPath(obj);
490 WindowsPath dir = WindowsPath.toWindowsPath(obj);
506 WindowsPath dir = WindowsPath.toWindowsPath(obj);
517 WindowsPath link = WindowsPath.toWindowsPath(obj1);
518 WindowsPath target = WindowsPath.toWindowsPath(obj2);
552 WindowsPath resolvedTarget;
554 WindowsPath parent = link.getParent();
571 WindowsPath.addPrefixIfNeeded(target.toString()),
584 WindowsPath link = WindowsPath.toWindowsPath(obj1);
585 WindowsPath existing = WindowsPath.toWindowsPath(obj2);
606 WindowsPath link = WindowsPath.toWindowsPath(obj1);
621 return WindowsPath.createFromNormalizedPath(fs, target);