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

  /external/skia/src/utils/
SkOSFile.cpp 42 SkOSFile::Iter::Iter() : fHandle(0), fPath16(NULL)
46 SkOSFile::Iter::Iter(const char path[], const char suffix[]) : fHandle(0), fPath16(NULL)
53 sk_free(fPath16);
68 sk_free(fPath16);
69 fPath16 = concat_to_16(path, suffix);
118 if (fPath16 == NULL || *fPath16 == 0) // check for no path
121 fHandle = ::FindFirstFileW((LPCWSTR)fPath16, &data);
  /external/skia/include/core/
SkOSFile.h 63 uint16_t* fPath16;

Completed in 36 milliseconds