OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fPath16
(Results
1 - 2
of
2
) 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/chromium_org/third_party/skia/include/core/
SkOSFile.h
115
uint16_t*
fPath16
;
Completed in 26 milliseconds