Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for knownDirs (0.08 sec)

  1. src/archive/zip/reader.go

    		// We may also synthesize additional directory entries.
    		r.fileList = make([]fileListEntry, 0, len(r.File))
    		// files and knownDirs map from a file/directory name
    		// to an index into the r.fileList entry that we are
    		// building. They are used to mark duplicate entries.
    		files := make(map[string]int)
    		knownDirs := make(map[string]int)
    
    		// dirs[name] is true if name is known to be a directory,
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue Mar 11 22:19:38 UTC 2025
    - 28.4K bytes
    - Viewed (0)
Back to top