Home
last modified time | relevance | path

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

/developtools/global_resource_tool/src/
Dfile_entry.cpp65 WIN32_FIND_DATA findData; in GetChilds() local
67 HANDLE handle = FindFirstFile(AdaptLongPath(temp).c_str(), &findData); in GetChilds()
73 string filename(findData.cFileName); in GetChilds()
82 } while (FindNextFile(handle, &findData)); in GetChilds()