OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fBaselinePath
(Results
1 - 2
of
2
) sorted by null
/external/skia/tools/skpdiff/
SkDiffContext.h
122
SkString
fBaselinePath
;
SkDiffContext.cpp
91
newRecord->
fBaselinePath
= baselinePath;
143
fBaselinePath
= baselinePath;
148
fDiffContext->addDiff(
fBaselinePath
.c_str(), fTestPath.c_str());
153
SkString
fBaselinePath
;
237
SkString baselineAbsPath = get_absolute_path(currentRecord->
fBaselinePath
);
343
const char* filename = currentRecord->
fBaselinePath
.c_str() +
344
strlen(currentRecord->
fBaselinePath
.c_str()) - 1;
345
while (filename > currentRecord->
fBaselinePath
.c_str() && *(filename - 1) != '/') {
Completed in 25 milliseconds