HomeSort by relevance Sort by last modified time
    Searched refs:GetFileAttributesEx (Results 1 - 11 of 11) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
newapis.h 185 #undef GetFileAttributesEx
186 #define GetFileAttributesEx _GetFileAttributesEx
188 extern WINBOOL (CALLBACK *GetFileAttributesEx)
230 fp = GetProcAddress(hinst,"GetFileAttributesEx" __MINGW_PROCNAMEEXT_AW);
235 GetFileAttributesEx = RealGetFileAttributesEx;
237 GetFileAttributesEx = Emulate_GetFileAttributesEx;
238 fRc = GetFileAttributesEx(ptszFile,level,pv);
241 GetFileAttributesEx = Emulate_GetFileAttributesEx;
242 fRc = GetFileAttributesEx(ptszFile,level,pv);
247 WINBOOL (CALLBACK *GetFileAttributesEx)(LPCTSTR,GET_FILEEX_INFO_LEVELS,LPVOID) = Probe_GetFileAttributesEx
    [all...]
fileapi.h 181 #define GetFileAttributesEx __MINGW_NAME_AW(GetFileAttributesEx)
  /prebuilts/go/darwin-x86/src/os/
stat_windows.go 72 // GetFileAttributesEx is fastest approach to get file info.
74 // so try GetFileAttributesEx first.
76 err = syscall.GetFileAttributesEx(namep, syscall.GetFileExInfoStandard, (*byte)(unsafe.Pointer(&fs.sys)))
171 e = syscall.GetFileAttributesEx(namep, syscall.GetFileExInfoStandard, (*byte)(unsafe.Pointer(&fs.sys)))
174 return nil, &PathError{"GetFileAttributesEx", name, e}
176 // try FindFirstFile now that GetFileAttributesEx failed
file_windows.go 130 e = syscall.GetFileAttributesEx(pathp, syscall.GetFileExInfoStandard, (*byte)(unsafe.Pointer(&fa)))
  /prebuilts/go/linux-x86/src/os/
stat_windows.go 72 // GetFileAttributesEx is fastest approach to get file info.
74 // so try GetFileAttributesEx first.
76 err = syscall.GetFileAttributesEx(namep, syscall.GetFileExInfoStandard, (*byte)(unsafe.Pointer(&fs.sys)))
171 e = syscall.GetFileAttributesEx(namep, syscall.GetFileExInfoStandard, (*byte)(unsafe.Pointer(&fs.sys)))
174 return nil, &PathError{"GetFileAttributesEx", name, e}
176 // try FindFirstFile now that GetFileAttributesEx failed
file_windows.go 130 e = syscall.GetFileAttributesEx(pathp, syscall.GetFileExInfoStandard, (*byte)(unsafe.Pointer(&fa)))
  /external/webrtc/webrtc/base/
win32filesystem.cc 267 if (0 == ::GetFileAttributesEx(ToUtf16(path.pathname()).c_str(),
276 if (0 == ::GetFileAttributesEx(ToUtf16(path.pathname()).c_str(),
284 if (0 != ::GetFileAttributesEx(ToUtf16(path.pathname()).c_str(),
310 if (::GetFileAttributesEx(ToUtf16(pathname.pathname()).c_str(),
320 if (::GetFileAttributesEx(ToUtf16(path.pathname()).c_str(),
  /prebuilts/go/darwin-x86/src/syscall/
syscall_windows.go 194 //sys GetFileAttributesEx(name *uint16, level uint32, info *byte) (err error) = kernel32.GetFileAttributesExW
    [all...]
zsyscall_windows.go 910 func GetFileAttributesEx(name *uint16, level uint32, info *byte) (err error) {
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
syscall_windows.go 194 //sys GetFileAttributesEx(name *uint16, level uint32, info *byte) (err error) = kernel32.GetFileAttributesExW
    [all...]
zsyscall_windows.go 910 func GetFileAttributesEx(name *uint16, level uint32, info *byte) (err error) {
    [all...]

Completed in 525 milliseconds