Home
last modified time | relevance | path

Searched defs:GetLongPathName (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dnewapis.h67 #define GetLongPathName _GetLongPathName macro
Dfileapi.h117 #define GetLongPathName __MINGW_NAME_AW(GetLongPathName) macro
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/
Dzsyscall_windows.go807 func GetLongPathName(path *uint16, buf *uint16, buflen uint32) (n uint32, err error) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/
Dzsyscall_windows.go2338 func GetLongPathName(path *uint16, buf *uint16, buflen uint32) (n uint32, err error) { func