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

/frameworks/base/tools/aapt/
H A DDirectoryWalker.h74 struct dirent* entryPtr = readdir(dir); local
75 if (entryPtr == NULL)
78 mEntry = *entryPtr;

Completed in 38 milliseconds