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

  /external/skia/src/ports/
SkOSFile_posix.cpp 126 SkOSFileIterData() : fDIR(nullptr) { }
127 DIR* fDIR;
141 if (self.fDIR) {
142 ::closedir(self.fDIR);
149 if (self.fDIR) {
150 ::closedir(self.fDIR);
151 self.fDIR = nullptr;
156 self.fDIR = ::opendir(path);
159 if (!self.fDIR && ios_get_path_in_bundle(path, &self.fPath)) {
160 self.fDIR = ::opendir(self.fPath.c_str())
    [all...]
  /external/skqp/src/ports/
SkOSFile_posix.cpp 126 SkOSFileIterData() : fDIR(nullptr) { }
127 DIR* fDIR;
141 if (self.fDIR) {
142 ::closedir(self.fDIR);
149 if (self.fDIR) {
150 ::closedir(self.fDIR);
151 self.fDIR = nullptr;
156 self.fDIR = ::opendir(path);
159 if (!self.fDIR && ios_get_path_in_bundle(path, &self.fPath)) {
160 self.fDIR = ::opendir(self.fPath.c_str())
    [all...]

Completed in 74 milliseconds