Lines Matching full:path
45 SkOSFile::Iter::Iter(const char path[], const char suffix[]) : fHandle(0), fPath16(nil)
47 this->reset(path, suffix);
57 void SkOSFile::Iter::reset(const char path[], const char suffix[])
64 if (path == nil)
65 path = "";
68 fPath16 = concat_to_16(path, suffix);
117 if (fPath16 == nil || *fPath16 == 0) // check for no path
131 const UInt8 * path,
141 SkOSFile::Iter::Iter(const char path[], const char suffix[]) : fDIR(0)
143 this->reset(path, suffix);
152 void SkOSFile::Iter::reset(const char path[], const char suffix[])
160 fPath.set(path);
161 if (path)
163 fDIR = ::opendir(path);