Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for mapOpenError (0.14 sec)

  1. src/net/http/fs.go

    //
    // An empty Dir is treated as ".".
    type Dir string
    
    // mapOpenError maps the provided non-nil error from opening name
    // to a possibly better non-nil error. In particular, it turns OS-specific errors
    // about opening files in non-directories into fs.ErrNotExist. See Issues 18984 and 49552.
    func mapOpenError(originalErr error, name string, sep rune, stat func(string) (fs.FileInfo, error)) error {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 09 17:06:47 UTC 2024
    - 31.1K bytes
    - Viewed (0)
Back to top