HomeSort by relevance Sort by last modified time
    Searched refs:fDIR (Results 1 - 2 of 2) sorted by null

  /external/skia/src/utils/
SkOSFile.cpp 145 SkOSFile::Iter::Iter() : fDIR(0)
149 SkOSFile::Iter::Iter(const char path[], const char suffix[]) : fDIR(0)
156 if (fDIR)
157 ::closedir(fDIR);
162 if (fDIR)
164 ::closedir(fDIR);
165 fDIR = 0;
171 fDIR = ::opendir(path);
192 if (fDIR)
196 while ((entry = ::readdir(fDIR)) != NULL
    [all...]
  /external/skia/include/core/
SkOSFile.h 62 DIR* fDIR;

Completed in 72 milliseconds