(Path path, boolean haltOnFail)
| 522 | } |
| 523 | |
| 524 | @TestOnly |
| 525 | public static boolean rmdir(Path path, boolean haltOnFail) { |
| 526 | return rmdir(path, haltOnFail, 0, 10, null) > -1; |
| 527 | } |
| 528 | |
| 529 | @TestOnly |
| 530 | public static void setFDCacheCounter(int newValue) { |