Home
last modified time | relevance | path

Searched refs:FindFirstFile (Results 1 – 1 of 1) sorted by relevance

/openssl-master/crypto/
A DLPdir_win.c51 #if defined(LP_SYS_WINCE) && !defined(FindFirstFile)
52 # define FindFirstFile FindFirstFileW macro
152 (*ctx)->handle = FindFirstFile(wdir, &(*ctx)->ctx); in LP_find_file()
166 (*ctx)->handle = FindFirstFile((TCHAR *)directory, &(*ctx)->ctx); in LP_find_file()

Completed in 5 milliseconds