Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for share_with_underscore (0.73 sec)

  1. src/test/java/jcifs/MsrpcDfsRootEnumTest.java

            specialArray.count = 3;
            specialArray.s = new netdfs.DfsInfo200[3];
    
            String[] specialNames = { "share$", "admin-share", "share_with_underscore" };
            for (int i = 0; i < 3; i++) {
                netdfs.DfsInfo200 entry = new netdfs.DfsInfo200();
                entry.dfs_name = specialNames[i];
                specialArray.s[i] = entry;
            }
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 12.9K bytes
    - Viewed (0)
Back to top