Home
last modified time | relevance | path

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

/external/bluetooth/glib/build/win32/dirent/
Ddirent.c112 _tcscpy (nd->dd_name, szFullPath); in _topendir()
115 if (nd->dd_name[0] != _T('\0') && in _topendir()
116 nd->dd_name[_tcslen (nd->dd_name) - 1] != _T('/') && in _topendir()
117 nd->dd_name[_tcslen (nd->dd_name) - 1] != _T('\\')) in _topendir()
119 _tcscat (nd->dd_name, SLASH); in _topendir()
123 _tcscat (nd->dd_name, SUFFIX); in _topendir()
172 dirp->dd_handle = _tfindfirst (dirp->dd_name, &(dirp->dd_dta)); in _treaddir()
Ddirent.h61 char dd_name[1]; member
108 wchar_t dd_name[1]; member