HomeSort by relevance Sort by last modified time
    Searched defs:FindFirstFile (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/
LPdir_win.c 36 #if defined(LP_SYS_WINCE) && !defined(FindFirstFile)
37 # define FindFirstFile FindFirstFileW
39 #if defined(LP_SYS_WINCE) && !defined(FindFirstFile)
124 (*ctx)->handle = FindFirstFile(wdir, &(*ctx)->ctx);
130 (*ctx)->handle = FindFirstFile((TCHAR *)extdir, &(*ctx)->ctx);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winbase.h     [all...]

Completed in 476 milliseconds