HomeSort by relevance Sort by last modified time
    Searched full:fpath16 (Results 1 - 1 of 1) sorted by null

  /external/skia/src/ports/
SkOSFile_win.cpp 130 SkOSFileIterData() : fHandle(0), fPath16(nullptr) { }
132 uint16_t* fPath16;
170 sk_free(self.fPath16);
187 sk_free(self.fPath16);
188 self.fPath16 = concat_to_16(path, suffix);
235 if (self.fPath16 == nullptr || *self.fPath16 == 0) { // check for no path
239 self.fHandle = ::FindFirstFileW((LPCWSTR)self.fPath16, &data);

Completed in 48 milliseconds