Searched defs:pFileListInfo (Results 1 - 1 of 1) sorted by relevance

/external/libvncserver/libvncserver/tightvnc-filetransfer/
H A Dfiletransfermsg.c90 int CreateFileListInfo(FileListInfoPtr pFileListInfo, char* path, int flag);
168 CreateFileListInfo(FileListInfoPtr pFileListInfo, char* path, int flag) argument
218 if (AddFileListItemInfo(pFileListInfo, winFindData.cFileName, -1, 0) == 0) {
227 if(AddFileListItemInfo(pFileListInfo, winFindData.cFileName, fileSize, FILETIME_TO_TIME_T(winFindData.ftLastWriteTime)) == 0) {
253 CreateFileListInfo(FileListInfoPtr pFileListInfo, char* path, int flag) argument
295 if(AddFileListItemInfo(pFileListInfo, pDirent->d_name, -1, 0) == 0) {
303 if(AddFileListItemInfo(pFileListInfo, pDirent->d_name,

Completed in 63 milliseconds