Home
last modified time | relevance | path

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

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dnewapis.h186 #define GetFileAttributesEx _GetFileAttributesEx macro
Dfileapi.h182 #define GetFileAttributesEx __MINGW_NAME_AW(GetFileAttributesEx) macro
/prebuilts/go/linux-x86/src/syscall/
Dzsyscall_windows.go747 func GetFileAttributesEx(name *uint16, level uint32, info *byte) (err error) { func
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/
Dzsyscall_windows.go2238 func GetFileAttributesEx(name *uint16, level uint32, info *byte) (err error) { func