OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetFinalPathNameByHandle
(Results
1 - 7
of
7
) sorted by null
/prebuilts/go/darwin-x86/src/path/filepath/
symlink_windows.go
113
//
GetFinalPathNameByHandle
API to retrieve the final
141
n, err := windows.
GetFinalPathNameByHandle
(h, &buf[0], uint32(len(buf)), windows.VOLUME_NAME_DOS)
159
return "", errors.New("
GetFinalPathNameByHandle
returned unexpected path=" + s)
193
// so we don't need to try
GetFinalPathNameByHandle
.
/prebuilts/go/linux-x86/src/path/filepath/
symlink_windows.go
113
//
GetFinalPathNameByHandle
API to retrieve the final
141
n, err := windows.
GetFinalPathNameByHandle
(h, &buf[0], uint32(len(buf)), windows.VOLUME_NAME_DOS)
159
return "", errors.New("
GetFinalPathNameByHandle
returned unexpected path=" + s)
193
// so we don't need to try
GetFinalPathNameByHandle
.
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fileapi.h
124
#define
GetFinalPathNameByHandle
__MINGW_NAME_AW(
GetFinalPathNameByHandle
)
/prebuilts/go/darwin-x86/src/internal/syscall/windows/
syscall_windows.go
289
//sys
GetFinalPathNameByHandle
(file syscall.Handle, filePath *uint16, filePathSize uint32, flags uint32) (n uint32, err error) = kernel32.GetFinalPathNameByHandleW
zsyscall_windows.go
180
func
GetFinalPathNameByHandle
(file syscall.Handle, filePath *uint16, filePathSize uint32, flags uint32) (n uint32, err error) {
/prebuilts/go/linux-x86/src/internal/syscall/windows/
syscall_windows.go
289
//sys
GetFinalPathNameByHandle
(file syscall.Handle, filePath *uint16, filePathSize uint32, flags uint32) (n uint32, err error) = kernel32.GetFinalPathNameByHandleW
zsyscall_windows.go
180
func
GetFinalPathNameByHandle
(file syscall.Handle, filePath *uint16, filePathSize uint32, flags uint32) (n uint32, err error) {
Completed in 408 milliseconds