Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testByteSource_size_ofSymlinkToRegularFile_nofollowLinks (0.28 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. android/guava-tests/test/com/google/common/io/MoreFilesTest.java

          ByteSource source = MoreFiles.asByteSource(link);
    
          assertEquals(10L, (long) source.sizeIfKnown().get());
          assertEquals(10L, source.size());
        }
      }
    
      public void testByteSource_size_ofSymlinkToRegularFile_nofollowLinks() throws IOException {
        try (FileSystem fs = Jimfs.newFileSystem(Configuration.unix())) {
          Path file = fs.getPath("file");
          Files.write(file, new byte[10]);
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Mar 17 19:26:39 GMT 2026
    - 26.6K bytes
    - Click Count (0)
Back to Top