HomeSort by relevance Sort by last modified time
    Searched refs:GetFileAttributesEx (Results 1 - 3 of 3) 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...]
winbase.h     [all...]
  /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(),

Completed in 64 milliseconds