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

  /external/chromium_org/third_party/skia/src/utils/
SkOSFile.cpp 74 SkOSFile::Iter::Iter() : fHandle(0), fPath16(NULL)
78 SkOSFile::Iter::Iter(const char path[], const char suffix[]) : fHandle(0), fPath16(NULL)
85 sk_free(fPath16);
100 sk_free(fPath16);
101 fPath16 = concat_to_16(path, suffix);
150 if (fPath16 == NULL || *fPath16 == 0) // check for no path
153 fHandle = ::FindFirstFileW((LPCWSTR)fPath16, &data);
  /external/skia/src/utils/
SkOSFile.cpp 70 SkOSFile::Iter::Iter() : fHandle(0), fPath16(NULL)
74 SkOSFile::Iter::Iter(const char path[], const char suffix[]) : fHandle(0), fPath16(NULL)
81 sk_free(fPath16);
96 sk_free(fPath16);
97 fPath16 = concat_to_16(path, suffix);
146 if (fPath16 == NULL || *fPath16 == 0) // check for no path
149 fHandle = ::FindFirstFileW((LPCWSTR)fPath16, &data);
  /external/chromium_org/third_party/skia/include/core/
SkOSFile.h 115 uint16_t* fPath16;
  /external/skia/include/core/
SkOSFile.h 113 uint16_t* fPath16;

Completed in 2053 milliseconds