Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testScanDirectory_symlinkToRootCycle (0.23 sec)

  1. guava-tests/test/com/google/common/reflect/ClassPathTest.java

        } finally {
          deleteRecursivelyOrLog(root);
        }
      }
    
      @AndroidIncompatible // Path (for symlink creation)
    
      public void testScanDirectory_symlinkToRootCycle() throws IOException {
        if (isWindows()) {
          return; // TODO: b/136041958 - Can we detect cycles under Windows?
        }
        ClassLoader loader = ClassPathTest.class.getClassLoader();
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Jul 24 22:09:38 UTC 2024
    - 27.6K bytes
    - Viewed (0)
Back to top