Searched refs:g_fileinfo (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Ddisk.c153 FILEINFO g_fileinfo[MAX_OPEN_FILES]; variable
516 g_fileinfo[handle].pdir = dirp;
518 g_fileinfo[handle].pdir = NULL;
520 g_fileinfo[handle].device_id = device_id;
521 g_fileinfo[handle].flags_and_attributes = flags_and_attributes;
522 g_fileinfo[handle].accessmask = accessmask;
523 strncpy(g_fileinfo[handle].path, path, PATH_MAX - 1);
524 g_fileinfo[handle].delete_on_close = False;
538 pfinfo = &(g_fileinfo[handle]);
589 if (g_fileinfo[handl
[all...]
H A Drdpdr.c76 extern FILEINFO g_fileinfo[];
146 if (g_fileinfo[handle].device_id != device)

Completed in 818 milliseconds