Searched refs:fPath16 (Results 1 – 2 of 2) sorted by relevance
41 SkOSFile::Iter::Iter() : fHandle(0), fPath16(nil) in Iter()45 SkOSFile::Iter::Iter(const char path[], const char suffix[]) : fHandle(0), fPath16(nil) in Iter()52 sk_free(fPath16); in ~Iter()67 sk_free(fPath16); in reset()68 fPath16 = concat_to_16(path, suffix); in reset()117 if (fPath16 == nil || *fPath16 == 0) // check for no path in next()120 fHandle = ::FindFirstFileW(fPath16, &data); in next()
63 uint16_t* fPath16; variable