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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/wce_tpcb/
H A DTpcbUI.cpp419 wchar_t DirPath[MAX_PATH]; local
422 wcscpy(DirPath, dirname);
423 wcscat(DirPath, L"\\*"); // searching all files
429 if ((hFind = FindFirstFile(DirPath,&findFileData)) ==
433 wcscpy(DirPath,FileName);
440 wcscpy(FileName + wcslen(DirPath), findFileData.cFileName);

Completed in 91 milliseconds