Searched refs:FindFirstFileA (Results 1 – 6 of 6) sorted by relevance
204 #define FindFirstFileA _dbus_wince_FindFirstFileA macro205 HANDLE FindFirstFileA(LPCSTR,LPWIN32_FIND_DATAA);
505 handle = FindFirstFileA(filespec, &(dp->fileinfo)); in _dbus_opendir()
742 FindFirstFileA (LPCSTR lpFileName, LPWIN32_FIND_DATAA lpFindFileData) in FindFirstFileA() function
92 HANDLE file=FindFirstFileA(pathname, &info); in getLongPathname()
72 hFind = FindFirstFileA(f,&ff32);
447 HANDLE hFind = FindFirstFileA("ZZZ/*", &data); in PrintDirectoryListingJob()