OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fResPath
(Results
1 - 3
of
3
) sorted by null
/external/skia/samplecode/
SampleUnpremul.cpp
42
:
fResPath
(res)
91
if (
fResPath
.size() == 0) {
136
const SkString
fResPath
;
147
if (
fResPath
.size() == 0) {
152
fFileIter.reset(
fResPath
.c_str());
158
fCurrFile = SkOSPath::Join(
fResPath
.c_str(), basename.c_str());
/external/icu/icu4c/source/common/
uresbund.cpp
831
if(resB->
fResPath
== NULL) {
832
resB->
fResPath
= resB->fResBuf;
833
*(resB->
fResPath
) = 0;
837
if(resB->
fResPath
== resB->fResBuf) {
838
resB->
fResPath
= (char *)uprv_malloc((resB->fResPathLen+1)*sizeof(char));
840
resB->
fResPath
= (char *)uprv_realloc(resB->
fResPath
, (resB->fResPathLen+1)*sizeof(char));
843
uprv_strcpy(resB->
fResPath
, toAdd);
848
if(resB->
fResPath
== NULL) {
849
resB->
fResPath
= resB->fResBuf
[
all
...]
uresimp.h
68
char *
fResPath
; /* full path to the resource: "zh_TW/CollationElements/Sequence" */
Completed in 185 milliseconds