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