Searched refs:fPath16 (Results 1 - 4 of 4) sorted by relevance

/external/skia/legacy/src/utils/
H A DSkOSFile.cpp49 SkOSFile::Iter::Iter() : fHandle(0), fPath16(NULL)
53 SkOSFile::Iter::Iter(const char path[], const char suffix[]) : fHandle(0), fPath16(NULL)
60 sk_free(fPath16);
75 sk_free(fPath16);
76 fPath16 = concat_to_16(path, suffix);
125 if (fPath16 == NULL || *fPath16 == 0) // check for no path
128 fHandle = ::FindFirstFileW((LPCWSTR)fPath16, &data);
/external/skia/src/utils/
H A DSkOSFile.cpp49 SkOSFile::Iter::Iter() : fHandle(0), fPath16(NULL)
53 SkOSFile::Iter::Iter(const char path[], const char suffix[]) : fHandle(0), fPath16(NULL)
60 sk_free(fPath16);
75 sk_free(fPath16);
76 fPath16 = concat_to_16(path, suffix);
125 if (fPath16 == NULL || *fPath16 == 0) // check for no path
128 fHandle = ::FindFirstFileW((LPCWSTR)fPath16, &data);
/external/skia/include/core/
H A DSkOSFile.h87 uint16_t* fPath16; member in class:SkOSFile::Iter
/external/skia/legacy/include/core/
H A DSkOSFile.h60 uint16_t* fPath16; member in class:SkOSFile::Iter

Completed in 849 milliseconds