Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for preparePath (0.09 sec)

  1. src/syscall/fs_wasip1.go

    	return stringslite.HasSuffix(path, "/")
    }
    
    // preparePath returns the preopen file descriptor of the directory to perform
    // path resolution from, along with the pair of pointer and length for the
    // relative expression of path from the directory.
    //
    // If the path argument is not absolute, it is first appended to the current
    // working directory before resolution.
    func preparePath(path string) (int32, unsafe.Pointer, size) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 19:57:43 UTC 2024
    - 24.1K bytes
    - Viewed (0)
Back to top