Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 52 of 52 for filedata (0.21 sec)

  1. src/cmd/link/internal/ld/dwarf.go

    		if len(name) == 0 {
    			// Can't have empty filenames, and having a unique
    			// filename is quite useful for debugging.
    			name = fmt.Sprintf("<missing>_%d", i)
    		}
    		// Note the use of "path" here and not "filepath". The compiler
    		// hard-codes to use "/" in DWARF paths (even for Windows), so we
    		// want to maintain that here.
    		file := path.Base(name)
    		dir := path.Dir(name)
    		dirIdx, ok := dirNums[dir]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 16:25:18 UTC 2024
    - 72.4K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/windows/syscall_windows.go

    //sys	GetShortPathName(longpath *uint16, shortpath *uint16, buflen uint32) (n uint32, err error) = kernel32.GetShortPathNameW
    //sys	GetFinalPathNameByHandle(file Handle, filePath *uint16, filePathSize uint32, flags uint32) (n uint32, err error) = kernel32.GetFinalPathNameByHandleW
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 82.8K bytes
    - Viewed (0)
Back to top