Home
last modified time | relevance | path

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

/external/opencore/oscl/oscl/osclio/src/
Doscl_file_find.cpp130 struct dirent* pEnt; in FindFirst() local
151 while ((pEnt = readdir(pDir)) != NULL) in FindFirst()
153 if (oscl_strglob(pEnt->d_name, pattern) && in FindFirst()
154 oscl_strcmp(pEnt->d_name, ".") && in FindFirst()
155 oscl_strcmp(pEnt->d_name, "..")) // excluded out '.' and '..' from readdir in FindFirst()
159 oscl_strcat(buf, pEnt->d_name); in FindFirst()
164 if (stat(pEnt->d_name, &statbuf) == 0) in FindFirst()