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 138 SkOSFile::Iter::Iter() : fDIR(0)
142 SkOSFile::Iter::Iter(const char path[], const char suffix[]) : fDIR(0)
149 if (fDIR)
150 ::closedir(fDIR);
155 if (fDIR)
157 ::closedir(fDIR);
158 fDIR = 0;
164 fDIR = ::opendir(path);
185 if (fDIR)
189 while ((entry = ::readdir(fDIR)) != NULL
    [all...]
  /external/skia/include/core/
SkOSFile.h 65 DIR* fDIR;

Completed in 431 milliseconds