Home
last modified time | relevance | path

Searched defs:GetFullPathName (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dfileapi.h116 #define GetFullPathName __MINGW_NAME_AW(GetFullPathName) macro
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/
Dzsyscall_windows.go790 func GetFullPathName(path *uint16, buflen uint32, buf *uint16, fname **uint16) (n uint32, err error… func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/
Dzsyscall_windows.go2297 func GetFullPathName(path *uint16, buflen uint32, buf *uint16, fname **uint16) (n uint32, err error… func