HomeSort by relevance Sort by last modified time
    Searched full:dd_handle (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/glib/build/win32/dirent/
dirent.c 127 nd->dd_handle = -1;
172 dirp->dd_handle = _tfindfirst (dirp->dd_name, &(dirp->dd_dta));
174 if (dirp->dd_handle == -1)
188 if (_tfindnext (dirp->dd_handle, &(dirp->dd_dta)))
196 _findclose (dirp->dd_handle);
197 dirp->dd_handle = -1;
241 if (dirp->dd_handle != -1)
243 rc = _findclose (dirp->dd_handle);
269 if (dirp->dd_handle != -1)
271 _findclose (dirp->dd_handle);
    [all...]
dirent.h 50 INTPTR dd_handle; member in struct:__anon2313
97 INTPTR dd_handle; member in struct:__anon2314
  /external/bluetooth/glib/build/
ChangeLog 79 * win32/dirent/dirent.h: Use __int64 for the dd_handle on 64-bit

Completed in 36 milliseconds