Searched defs:FindFirstFile (Results 1 - 1 of 1) sorted by relevance

/external/openssl/crypto/
H A DLPdir_win.c36 #if defined(LP_SYS_WINCE) && !defined(FindFirstFile)
37 # define FindFirstFile FindFirstFileW macro
39 #if defined(LP_SYS_WINCE) && !defined(FindFirstFile)
124 (*ctx)->handle = FindFirstFile(wdir, &(*ctx)->ctx);
130 (*ctx)->handle = FindFirstFile((TCHAR *)extdir, &(*ctx)->ctx);

Completed in 76 milliseconds